summarylogtreecommitdiffstats
path: root/PUBLISH
diff options
context:
space:
mode:
Diffstat (limited to 'PUBLISH')
-rwxr-xr-xPUBLISH6
1 files changed, 3 insertions, 3 deletions
diff --git a/PUBLISH b/PUBLISH
index 71ba116563bb..f5a320efff59 100755
--- a/PUBLISH
+++ b/PUBLISH
@@ -30,9 +30,9 @@ echoOnError () {
publish () {
summary="${1}"
- echoOnError "" "git add ."
- echoOnError "" "git commit --message=\"${summary}\""
- echoOnError "" "git push"
+ echoOnError "publish: add" "git add ."
+ echoOnError "publish: commit" "git commit --message=\"${summary}\""
+ echoOnError "publish: push" "git push"
}