Fix typo
This commit is contained in:
parent
66927e65d0
commit
8933dcc7cb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ begin
|
|||
sudo -u "$user" git config $configArgs $argv
|
||||
end
|
||||
|
||||
if [ -z "$user" ]
|
||||
if [ -z "$name" ]
|
||||
set user "root"
|
||||
set configArgs "--system"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue