Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 1, 2016
1 parent e3251a2 commit 0ad95db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/builds.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func BuildLogs(ws *websocket.Conn) *httperr.Error {

// in production loop through docker hosts that the rack is running on
// to find the build
if os.Getenv("DEVELOPMENT") != "truee" {
if os.Getenv("DEVELOPMENT") != "true" {
h, err := findBuildHost(build)
if err != nil {
return httperr.Server(err)
Expand Down

0 comments on commit 0ad95db

Please sign in to comment.