Skip to content

Commit

Permalink
fix log output variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 3, 2019
1 parent 2078cfa commit 132d6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (app *App) create(opt DeployOption, fn *Function) error {
}
if res.Version != nil {
version = *res.Version
log.Printf("[info] deployed function version %s", *res.Version)
log.Printf("[info] deployed function version %s", version)
} else {
log.Println("[info] deployed")
}
Expand Down

0 comments on commit 132d6d7

Please sign in to comment.