Skip to content

Commit

Permalink
fix netlify server
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Apr 30, 2019
1 parent 70cd746 commit f0fc96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/phoneserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func parse(request events.APIGatewayProxyRequest) (events.APIGatewayProxyRespons

func main() {
// use commit ref as our version if set
commit = os.GetEnv("COMMIT_REF")
commit := os.Getenv("COMMIT_REF")
if commit != "" {
version = commit
}
Expand Down

0 comments on commit f0fc96b

Please sign in to comment.