Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 6, 2024
1 parent 881bca9 commit e4101be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pi-image/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ fnm default $(fnm current)
corepack enable

# Run interactive version picker
yarn --cwd "update-prompt" install
node "update-prompt/main.js" $1 $2
yarn --cwd "pi-image/update-prompt" install
node "pi-image/update-prompt/main.js" $1 $2

# Get result
if [ -f /tmp/satellite-version-selection ]; then
Expand Down

0 comments on commit e4101be

Please sign in to comment.