0
Fork 0
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:
Daniel Lockyer 2020-05-28 18:19:13 +01:00
parent c7127d5a93
commit d32101fd92

View file

@ -216,7 +216,7 @@ const configureGrunt = function (grunt) {
git submodule update
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
fi