Fix variable inheritance
This commit is contained in:
parent
64c27aae02
commit
c16b7468a5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ begin
|
|||
set -l user
|
||||
set -l configArgs
|
||||
|
||||
function setConfig
|
||||
function setConfig -S
|
||||
sudo -u "$user" git config $configArgs $argv
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue