diff --git a/myvc-push.sh b/myvc-push.sh index 20ced08..37268ae 100755 --- a/myvc-push.sh +++ b/myvc-push.sh @@ -76,8 +76,6 @@ CHANGED=$? UNTRACKED=`git ls-files --others --exclude-standard` -echo S$STAGED C$CHANGED U$UNTRACKED - if [ "$STAGED" == "1" ] || [ "$CHANGED" == "1" ] || [ -n "$UNTRACKED" ]; then if [ "$APPLY_UNCOMMITED" == "TRUE" ]; then echo "[WARN] You are applying uncommited changes." diff --git a/package.json b/package.json index 55974af..fbda74b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myvc", - "version": "1.0.16", + "version": "1.0.17", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0",