From a33c2822e37b9adc9575b25a82d1309f2fbd29aa Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Tue, 7 Nov 2017 11:10:52 +0000 Subject: [PATCH] fix osx base64 --- scripts/ci/osx/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/osx/before_install.sh b/scripts/ci/osx/before_install.sh index 0af86ea2..a51c2eab 100755 --- a/scripts/ci/osx/before_install.sh +++ b/scripts/ci/osx/before_install.sh @@ -21,4 +21,4 @@ source $SCRIPTDIR/../funcs.sh osx_setup_netrc $HOME #create certificate from env -echo $CODESIGN_OSX_CERT| base64 -d > $HOME/cert.p12 +echo $CODESIGN_OSX_CERT| base64 -D > $HOME/cert.p12