Skip to content

Commit

Permalink
Add missing quote on user-agent for fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Aug 11, 2017
1 parent 3179fb8 commit 95a9570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert-puller
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USER_AGENT="anvil-cert-puller"
# --mirror avoids replacement when identical
# --quiet avoids noise
#
FETCH="/usr/bin/fetch --mirror --quiet --user-agent=${USER_AGENT}'"
FETCH="/usr/bin/fetch --mirror --quiet --user-agent='${USER_AGENT}'"

CURL="/usr/local/bin/curl --silent --user-agent '${USER_AGENT}' --remote-time"

Expand Down

0 comments on commit 95a9570

Please sign in to comment.