Skip to content

Commit

Permalink
fix ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Apr 7, 2015
1 parent 62fe36d commit a35477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set VERSION=%VERSION:v=%

echo %VERSION%

go build -o build/mackerel-agent.exe -ldflags="-X github.com/mackerelio/mackerel-agent/version.GITCOMMIT %COMMIT% -X github.com/mackerelio/mackerel-agent/version.VERSION %VERSION% -X github.com/mackerelio/mackerel-agent/config.apibase http://10.197.0.4 " github.com/mackerelio/mackerel-agent
go build -o build/mackerel-agent.exe -ldflags="-X github.com/mackerelio/mackerel-agent/version.GITCOMMIT %COMMIT% -X github.com/mackerelio/mackerel-agent/version.VERSION %VERSION% -X github.com/mackerelio/mackerel-agent/config.apibase http://192.18.0.16 " github.com/mackerelio/mackerel-agent

0 comments on commit a35477e

Please sign in to comment.