Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typo
Browse files Browse the repository at this point in the history
yuwenma committed Jun 24, 2021
1 parent 556401d commit 66481d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skaffold/app/cmd/runner.go
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ func setDefaultDeployer(configs []util.VersionedConfig) {
return
}
// there always exists at least one config
// TODO: yuwen determine defualt deploeyr for v2
// TODO: yuwen determine default deployer for v2
defaults.SetDefaultDeployer(configs[0].(*latestV1.SkaffoldConfig))
}

0 comments on commit 66481d7

Please sign in to comment.