Skip to content

Commit

Permalink
Merge pull request #2148 from h404bi/patch-1
Browse files Browse the repository at this point in the history
Resolve linting, fix appveyor tests error
  • Loading branch information
rasa authored Mar 22, 2018
2 parents 2852e25 + ae23c64 commit 46fea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/scoop-update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function update_scoop() {
write-host "Updating Scoop..."
$last_update = $(last_scoop_update).ToString('s')
$show_update_log = get_config "show_update_log"
if($show_update_log -eq $null) {
if($null -eq $show_update_log) {
$show_update_log = $true
}
$currentdir = fullpath $(versiondir 'scoop' 'current')
Expand Down

0 comments on commit 46fea46

Please sign in to comment.