Skip to content

Commit

Permalink
Update flag to match expected pattern in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomowatt committed Jan 8, 2024
1 parent 538a1f3 commit f18a3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-exit
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ upload() {
echo curl "${curl_args[@]}"
fi

curl "${curl_args[@]}" --header @<(printf 'Authorization: Token token=\"%s\"\n' "${TOKEN_VALUE}")
curl "${curl_args[@]}" -H @<(printf 'Authorization: Token token=\"%s\"\n' "${TOKEN_VALUE}")
}

# Runs the whole plugin logic for a particular find pattern
Expand Down

0 comments on commit f18a3ed

Please sign in to comment.