Skip to content

Commit

Permalink
fix bugsnag key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Seymour committed Apr 6, 2015
1 parent 0694e60 commit 7bf7df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ go get -d -v ./...

# building the master branch on ci
if [ "$BUILDBOX_BRANCH" = "master" ]; then
go build -ldflags "-X main.BugsnagKey=${BUGSNAG_KEY}" -tags release -o ./bin/${BIN_NAME}
go build -ldflags "-X main.BugsnagKey ${BUGSNAG_KEY}" -tags release -o ./bin/${BIN_NAME}
else
go build -o ./bin/${BIN_NAME}
fi

0 comments on commit 7bf7df3

Please sign in to comment.