From 3bf3604de7b63549d06d65c216e11e74247d2b92 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 19 Apr 2018 20:56:49 +0200 Subject: 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. --- redprine | 1 - 1 file changed, 1 deletion(-) 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" } -- cgit v1.2.3