Skip to content

Commit

Permalink
Fix type of boolean parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Nov 28, 2023
1 parent be2e39a commit 71ada4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AutomatedLabCore/internal/scripts/Types.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ $gpoType = @'
}
catch (COMException e)
{
var ignore = e;
RegCloseKey(gphSubKey);
RegCloseKey(gphKey);
return ResultCode.SaveFailed;
Expand Down
4 changes: 2 additions & 2 deletions AutomatedLabDefinition/internal/scripts/Initialization.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ autoinstall:
swap: 0
version: 1
ssh:
install-server: yes
allow-pw: yes
install-server: true
allow-pw: true
apt:
fallback: offline-install
geoip: true
Expand Down

0 comments on commit 71ada4f

Please sign in to comment.