Browse Source

getpunk on windows again

master
Julian Noble 4 days ago
parent
commit
dc7264a56f
  1. 2
      getpunk.cmd
  2. 2
      src/scriptapps/getpunk.ps1

2
getpunk.cmd

@ -1024,7 +1024,7 @@ if (($launchdir.Path) -eq ($scriptfolder.Path)) {
}
}
git pull $git_upstream master
git checkout $scriptroot.cmd
git checkout "${scriptroot}.cmd"
git branch --set-upstream-to=origin/master master
Set-Location $launchdir #restore original CWD

2
src/scriptapps/getpunk.ps1

@ -115,7 +115,7 @@ if (($launchdir.Path) -eq ($scriptfolder.Path)) {
}
}
git pull $git_upstream master
git checkout $scriptroot.cmd
git checkout "${scriptroot}.cmd"
git branch --set-upstream-to=origin/master master
Set-Location $launchdir #restore original CWD

Loading…
Cancel
Save