Logging fix
This commit is contained in:
parent
2831777f59
commit
fa4754fc09
|
@ -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."
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue