Skip to content

Commit

Permalink
fix: typo in section gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
laggardkernel committed Nov 25, 2020
1 parent eb53d73 commit a48fdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/sz::gcloud
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sz::gcloud() {
# Check if the glcoud-cli is installed
(( $+commands[gcloud] )) || return

local config_dir active_config active_config_file config_dir project gcloud_text
local config_dir active_config active_config_file project gcloud_text
# Set the gcloud config base dir
config_dir="${CLOUDSDK_CONFIG:-$HOME/.config/gcloud}"

Expand Down

0 comments on commit a48fdfb

Please sign in to comment.