aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-04-19 21:14:16 +0200
committerTeddy Wing2018-04-19 21:14:16 +0200
commit9d25be39a32ac59e3474ef6dbbe847377bc305a7 (patch)
tree37a8e81151c7479749ed3b8c54a42b4f3a253c07
parentb54a0725009c52c1a049cce18334a5f80a06783b (diff)
downloadredprine-9d25be39a32ac59e3474ef6dbbe847377bc305a7.tar.bz2
update_redmine_status(): Run Curl silently
Don't output the Curl progress bar which can be jarring since you're not expecting it.
-rwxr-xr-xredprine1
1 files changed, 1 insertions, 0 deletions
diff --git a/redprine b/redprine
index e0ef1b0..090d77d 100755
--- a/redprine
+++ b/redprine
@@ -157,6 +157,7 @@ function update_redmine_status () {
local status_code=$(
curl \
+ --silent \
--output /dev/null \
--write-out '%{http_code}' \
--header 'Content-Type: application/json' \