Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Jan 20, 2023
1 parent e42c945 commit 56c3a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ func printDeployMessages(out io.Writer, cfg deployConfig) {
// is retained. Subsequent runs of deploy then need not have these arguments
// present.
//
// However, when building _locally_ therafter, the deploy command should
// However, when building _locally_ thereafter, the deploy command should
// prefer the local source code, ignoring the values for --git-url etc.
// Since this might be confusing, a warning is issued below that the local
// function source does include a reference to a git reposotiry, but that it
Expand Down

0 comments on commit 56c3a33

Please sign in to comment.