mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed typo in Gruntfile
no issue
This commit is contained in:
parent
c7127d5a93
commit
d32101fd92
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ const configureGrunt = function (grunt) {
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
if ! git diff --exit-code --quiet --ignore-submodules=untracked; then
|
if ! git diff --exit-code --quiet --ignore-submodules=untracked; then
|
||||||
echo "Working directory is not clean, do you have uncommited changes? Please commit, stash or discard changes to continue."
|
echo "Working directory is not clean, do you have uncommitted changes? Please commit, stash or discard changes to continue."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue