diff --git a/commit-audit.sh b/commit-audit.sh index 24f4bd0..b9ae281 100755 --- a/commit-audit.sh +++ b/commit-audit.sh @@ -119,3 +119,5 @@ if [[ $clonesuccess = "1" ]]; then cd ../; rm -rf ./git-commit-audit-temp-dir/;f # this is the correct sed to remove any number of trailing zeros: # sed 's/\.*00*$//' # other possibility: '/\./ s/\.\{0,1\}0\{1,\}$//' + +BOOM!