forked from M-Labs/wfvm
Fixup: Use win-exec instead of `win exec`
This commit is contained in:
parent
0c0c7d9b2b
commit
4b497938ff
|
@ -161,7 +161,7 @@ let
|
|||
{
|
||||
name = "DisablePasswordExpiry";
|
||||
script = ''
|
||||
win exec 'wmic UserAccount set PasswordExpires=False'
|
||||
win-exec 'wmic UserAccount set PasswordExpires=False'
|
||||
'';
|
||||
}
|
||||
] ++
|
||||
|
|
Loading…
Reference in New Issue