We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1ec84 commit f181fb8Copy full SHA for f181fb8
start.sh
@@ -214,7 +214,7 @@ if [ -d "$CLONE_DIR" ]; then
214
215
# 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
216
if [ "$REVISION" == "$CURRENT_BRANCH" ]; then
217
- echo 'Resetting current branch $REVISION to latest changes...'
+ echo "Resetting current branch $REVISION to latest changes..."
218
git reset --hard origin/$REVISION
219
fi
220
0 commit comments