summaryrefslogtreecommitdiff
path: root/evergreen/functions/notary_client_credentials_setup.sh
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2021-06-24 19:45:51 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-02 02:08:51 +0000
commit8a30e2e888640f58bd7e5134e14b39de4b0b1491 (patch)
tree72e16e9201e83f34265e0ed3a595b9e5794e0e32 /evergreen/functions/notary_client_credentials_setup.sh
parent951dfeb5aca55cc881293372dfda4b72bb478b92 (diff)
downloadmongo-8a30e2e888640f58bd7e5134e14b39de4b0b1491.tar.gz
SERVER-57140 reformat shell scripts and allow space between redirect operators
Diffstat (limited to 'evergreen/functions/notary_client_credentials_setup.sh')
-rwxr-xr-xevergreen/functions/notary_client_credentials_setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/evergreen/functions/notary_client_credentials_setup.sh b/evergreen/functions/notary_client_credentials_setup.sh
index a1dab18b8cc..71c08335d73 100755
--- a/evergreen/functions/notary_client_credentials_setup.sh
+++ b/evergreen/functions/notary_client_credentials_setup.sh
@@ -1,14 +1,14 @@
-DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
+DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/../prelude.sh"
cd src
set -o errexit
-cat <<EOF >notary_env.sh
+cat << EOF > notary_env.sh
export NOTARY_TOKEN=${signing_auth_token_50}
export BARQUE_USERNAME=${barque_user}
export BARQUE_API_KEY=${barque_api_key}
EOF
-echo "${signing_auth_token_50}" >signing_auth_token
+echo "${signing_auth_token_50}" > signing_auth_token