summaryrefslogtreecommitdiff
path: root/code/vlanscrape-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'code/vlanscrape-wrapper')
-rwxr-xr-xcode/vlanscrape-wrapper8
1 files changed, 4 insertions, 4 deletions
diff --git a/code/vlanscrape-wrapper b/code/vlanscrape-wrapper
index be7c608..2c18641 100755
--- a/code/vlanscrape-wrapper
+++ b/code/vlanscrape-wrapper
@@ -29,20 +29,20 @@ if [ $Something -ne 0 ]
then
if [ $FilesAdded -ne 0 ]
then
- CommitMsg = "File addition"
+ CommitMsg="File addition"
fi
if [ $FilesModified -ne 0 ]
then
if [ -z $CommitMsg ]
then
- CommitMsg = "File modification"
+ CommitMsg="File modification"
else
- CommitMsg = "$CommiMsg and modification"
+ CommitMsg="$CommiMsg and modification"
fi
fi
if [ -z $CommitMsg ]
then
- CommitMsg = "something changed"
+ CommitMsg="something changed"
fi
fi