Skip to content

Commit

Permalink
fix: compatibility with zsh (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Jun 30, 2024
1 parent 9c42288 commit 0d0768d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gcp/dev-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ${GREEN}Run the following in your codespace environment to create your .env for
cat <<ENV >> \$(pwd)/.env
export GOOGLE_CREDENTIALS='${creds}'
echo \\\$GOOGLE_CREDENTIALS > temp_key_pipe_creds &
echo -E \\\$GOOGLE_CREDENTIALS > temp_key_pipe_creds &
gcloud auth activate-service-account --key-file=temp_key_pipe_creds
rm -f temp_key_pipe_creds
#gcloud container clusters get-credentials captain --region us-central1 --project $project_id
Expand Down

0 comments on commit 0d0768d

Please sign in to comment.