From c905229ec9cca491c367c4d5abf6150849a28023 Mon Sep 17 00:00:00 2001 From: Lachlan Donald Date: Tue, 2 Oct 2018 15:51:47 +1000 Subject: [PATCH] Remove incorrect reference to cleanup function Closes #174. --- commands/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/run.sh b/commands/run.sh index 7865da6f..f1ef2c80 100755 --- a/commands/run.sh +++ b/commands/run.sh @@ -12,7 +12,7 @@ pull_retries="$(plugin_read_config PULL_RETRIES "0")" expand_headers_on_error() { echo "^^^ +++" } -trap cleanup ERR +trap expand_headers_on_error ERR test -f "$override_file" && rm "$override_file"