summarylogtreecommitdiffstats
path: root/PUBLISH
diff options
context:
space:
mode:
authorAlberto Salvia Novella2019-04-04 03:03:01 +0200
committerAlberto Salvia Novella2019-04-04 03:03:01 +0200
commit4998f09f02410d48296e3f2ee1271ed78ca5f62f (patch)
tree1afe4ca3d7b10f6f99abd52fa755a7893be2523f /PUBLISH
parentbba8ef930d0a6b38358ef2fc3e44a6a3d2efc9f0 (diff)
downloadaur-4998f09f02410d48296e3f2ee1271ed78ca5f62f.tar.gz
2019-04-04 1554339780
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"
}