Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Fix branch feature/go leftover (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Dec 6, 2018
1 parent 80b0e05 commit 619e8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dev-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://cho
choco install -y golang git
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

git clone https://github.com/Azure/batch-insights -b feature/go
git clone https://github.com/Azure/batch-insights

Set-Location ./batch-insights

Expand Down
2 changes: 1 addition & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

echo GO version $(go version)

git clone https://github.com/Azure/batch-insights -b feature/go
git clone https://github.com/Azure/batch-insights

cd batch-insights
go build
Expand Down

0 comments on commit 619e8f6

Please sign in to comment.