fix typo
This commit is contained in:
@@ -188,7 +188,7 @@ function terraform_workspace_prompt {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function gcloud_account_prompt {
|
function active_gcloud_account_prompt {
|
||||||
if _command_exists gcloud; then
|
if _command_exists gcloud; then
|
||||||
echo -e "$(gcloud config list account --format "value(core.account)" 2> /dev/null)"
|
echo -e "$(gcloud config list account --format "value(core.account)" 2> /dev/null)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user