Skip to content

Commit

Permalink
fix: update install.ps1 to exit on errors (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman authored Aug 8, 2023
1 parent 3ce43fa commit 4c5a6ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

$installDirectory = [IO.Path]::Combine($home, ".shorebird")

function Test-GitInstalled {
Expand Down

0 comments on commit 4c5a6ed

Please sign in to comment.