Skip to content

Commit

Permalink
fixes #174 persisting RebootOk accross nested installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Apr 21, 2016
1 parent cc0b6c5 commit 22f6746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Boxstarter.Chocolatey/Init-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if($BoxStarter.LocalRepo.StartsWith("$env:windir")) {
if(!(Test-Path $BoxStarter.LocalRepo)) { mkdir $BoxStarter.LocalRepo | Out-Null }
}
$Boxstarter.NugetSources=$config.NugetSources
$Boxstarter.RebootOk=$true
if(!$Boxstarter.ContainsKey('RebootOk')) { $Boxstarter.RebootOk=$true }
1 change: 1 addition & 0 deletions BuildScripts/releaseNotes.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<releaseNotes>
- Persist RebootOk setting in nested installs
- Suppress bogus Invalid Namespace errors
- Added ability to configure "Expand to open folder" in Set-WindowsExplorerOptions
- Added ability to configure QuickAccess options in Set-WindowsExplorerOption
Expand Down

0 comments on commit 22f6746

Please sign in to comment.