Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirshtrull committed Mar 11, 2021
1 parent ffc1701 commit 8ae2b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function terraform_workspace_prompt {
fi
}

function gcloud_account_prompt {
function active_gcloud_account_prompt {
if _command_exists gcloud; then
echo -e "$(gcloud config list account --format "value(core.account)" 2> /dev/null)"
fi
Expand Down

0 comments on commit 8ae2b1e

Please sign in to comment.