diff --git a/shell/functions b/shell/functions index 0c30afa..0efa254 100644 --- a/shell/functions +++ b/shell/functions @@ -55,7 +55,7 @@ hook() hook_source() { trace_filter "deploy" || set -o xtrace - ( set -v ; source "$1" ) + ( source "$1" ) } before_step()