Update chart version to v1.18.0-rc1 (#2576)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-10-20 11:44:10 +05:30
committed by GitHub
parent 7eeb3ead66
commit ee790b3e1e
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func (opts *DeleteSubCommand) do(input cli.Input) (err error) {
for _, fn := range fns {
if fn.Spec.Environment.Name == m.Name &&
fn.Spec.Environment.Namespace == m.Namespace {
return errors.New("Environment is used by atleast one function.")
return errors.New("Environment is used by at least one function.")
}
}
}