Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Dec 2, 2020
1 parent 97554f3 commit 5de4a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Scoop.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function Install-Scoop {
}

if ($env:SCOOP_BRANCH) {
Write-Log "Switching to branch: ${env:SCOOP_BRANCH}"
scoop config 'SCOOP_BRANCH' $env:SCOOP_BRANCH
scoop update
}
Expand Down

0 comments on commit 5de4a97

Please sign in to comment.