diff --git a/clustertask/git-cli.yaml b/clustertask/git-cli.yaml index 546274b..b9f8b21 100644 --- a/clustertask/git-cli.yaml +++ b/clustertask/git-cli.yaml @@ -144,4 +144,4 @@ spec: exit $EXIT_CODE fi # Make sure we don't add a trailing newline to the result! - printf "%s" "$RESULT_SHA" > "$(results.commit.path)" + printf "%s" "$RESULT_SHA" > "$(results.commit.path)" \ No newline at end of file