Skip to content

Commit e3e42e6

Browse files
authored
Fix name of flag
1 parent a2f42fd commit e3e42e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/initoptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func calcPackageNamespace(packageDir string) (string, error) {
160160
if currentNamespace != rm.ObjectMeta.Namespace {
161161
return "", errors.Errorf(
162162
"resources belong to different namespaces, a namespace is required to create the resource " +
163-
"used for keeping track of past apply operations. Please specify ---inv-namespace.")
163+
"used for keeping track of past apply operations. Please specify ---inventory-namespace.")
164164
}
165165
}
166166
// Return the default namespace if none found.

0 commit comments

Comments
 (0)