Compare commits

...

2 Commits

Author SHA1 Message Date
adisbladis 4b497938ff
Fixup: Use win-exec instead of `win exec` 2020-06-30 10:22:17 +02:00
Sebastien Bourdeauducq 0c0c7d9b2b README: fix typo 2020-06-29 20:54:10 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Example applications:
* Running Windows unit tests on Hydra.
Thanks to Adam Höse from Tweag.io for help with with this development.
Thanks to Adam Höse from Tweag.io for help with this development.
How to use
==========

View File

@ -161,7 +161,7 @@ let
{
name = "DisablePasswordExpiry";
script = ''
win exec 'wmic UserAccount set PasswordExpires=False'
win-exec 'wmic UserAccount set PasswordExpires=False'
'';
}
] ++