Skip to content

Commit

Permalink
fix(git-populate): synax error
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jan 12, 2020
1 parent 3003465 commit e78eb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abbr
Expand Up @@ -385,7 +385,7 @@ function abbr() {
fi

local git_aliases abbr_git_aliases
local git_aliases=("${(@f)$(git config --get-regexp '^alias\.')}")
git_aliases=("${(@f)$(git config --get-regexp '^alias\.')}")
typeset -A abbr_git_aliases

for i in $git_aliases; do
Expand Down

0 comments on commit e78eb2b

Please sign in to comment.