Logging fix

This commit is contained in:
Juan Ferrer 2020-11-18 13:35:37 +01:00
parent 2831777f59
commit fa4754fc09
2 changed files with 1 additions and 3 deletions

View File

@ -76,8 +76,6 @@ CHANGED=$?
UNTRACKED=`git ls-files --others --exclude-standard` UNTRACKED=`git ls-files --others --exclude-standard`
echo S$STAGED C$CHANGED U$UNTRACKED
if [ "$STAGED" == "1" ] || [ "$CHANGED" == "1" ] || [ -n "$UNTRACKED" ]; then if [ "$STAGED" == "1" ] || [ "$CHANGED" == "1" ] || [ -n "$UNTRACKED" ]; then
if [ "$APPLY_UNCOMMITED" == "TRUE" ]; then if [ "$APPLY_UNCOMMITED" == "TRUE" ]; then
echo "[WARN] You are applying uncommited changes." echo "[WARN] You are applying uncommited changes."

View File

@ -1,6 +1,6 @@
{ {
"name": "myvc", "name": "myvc",
"version": "1.0.16", "version": "1.0.17",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL Version Control", "description": "MySQL Version Control",
"license": "GPL-3.0", "license": "GPL-3.0",