aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-04-19 20:56:49 +0200
committerTeddy Wing2018-04-19 20:56:49 +0200
commit3bf3604de7b63549d06d65c216e11e74247d2b92 (patch)
tree05c182501fea7c8fd39aed566aec0268821cad0b
parent01ffc7bedf4d07bb2817c999384db54dbb950aa7 (diff)
downloadredprine-3bf3604de7b63549d06d65c216e11e74247d2b92.tar.bz2
main(): Get rid of `update_cache_with_new_pulls()` call
I changed that function around in 3c451d5f504c9872e4b589c998d52479f38aabbc such that now it gets called directly by `update_redmine_status`, so we need to remove it here. Also this line caused an error because the function was renamed.
-rwxr-xr-xredprine1
1 files changed, 0 insertions, 1 deletions
diff --git a/redprine b/redprine
index d02864e..0c797e9 100755
--- a/redprine
+++ b/redprine
@@ -192,7 +192,6 @@ function main () {
local pr_json=$(new_pull_requests)
update_redmine_statuses "$pr_json"
- update_cache_with_new_pulls "$pr_json"
}