Update gencerts.sh

This commit is contained in:
Joakim Karlsson 2018-05-29 11:42:20 +02:00 committed by GitHub
parent 2093b981a0
commit 62fff622e9

View File

@ -6,7 +6,7 @@ case `uname` in
b64_opts='-b=0' b64_opts='-b=0'
;; ;;
*) *)
b64_opts='--width=0' b64_opts='--wrap=0'
esac esac
go get -v -u github.com/cloudflare/cfssl/cmd/... go get -v -u github.com/cloudflare/cfssl/cmd/...