Skip to content

Commit d1606fa

Browse files
remove departed warning
1 parent 57595af commit d1606fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/udroid/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ _install() {
7474

7575
# set this to pull plugins from another branch
7676
if [ -n "$OVERRIDE_BRANCH" ]; then
77-
warn "[DEPARTED]: overriding branch to $OVERRIDE_BRANCH"
77+
warn "overriding branch to $OVERRIDE_BRANCH"
7878
BRANCH=$OVERRIDE_BRANCH
7979
else
8080
BRANCH="modified"

0 commit comments

Comments
 (0)