Skip to content

Commit f181fb8

Browse files
committed
lint
1 parent ce1ec84 commit f181fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ if [ -d "$CLONE_DIR" ]; then
214214

215215
# If the revision is identical to the current branch we can just reset it to the latest changes. This isn't needed when running detached
216216
if [ "$REVISION" == "$CURRENT_BRANCH" ]; then
217-
echo 'Resetting current branch $REVISION to latest changes...'
217+
echo "Resetting current branch $REVISION to latest changes..."
218218
git reset --hard origin/$REVISION
219219
fi
220220
fi

0 commit comments

Comments
 (0)