diff options
author | Teddy Wing | 2018-04-19 20:56:49 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-19 20:56:49 +0200 |
commit | 3bf3604de7b63549d06d65c216e11e74247d2b92 (patch) | |
tree | 05c182501fea7c8fd39aed566aec0268821cad0b | |
parent | 01ffc7bedf4d07bb2817c999384db54dbb950aa7 (diff) | |
download | redprine-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-x | redprine | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -192,7 +192,6 @@ function main () { local pr_json=$(new_pull_requests) update_redmine_statuses "$pr_json" - update_cache_with_new_pulls "$pr_json" } |