Skip to content

Commit 1f8305b

Browse files
Update error message (#2354)
1 parent bce76b3 commit 1f8305b

File tree

1 file changed

+1
-1
lines changed
  • internal/errors/resolver

1 file changed

+1
-1
lines changed

internal/errors/resolver/pkg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please update the package to the latest format by following https://kpt.dev/inst
4040

4141
deprecatedv1Alpha2KptfileMsg = `
4242
Error: Kptfile at {{ printf "%q" .path }} has an old version ({{ printf "%q" .version }}) of the Kptfile schema.
43-
Please run "kpt fn eval <PKG_PATH> -i gcr.io/kpt-fn/fix:v0.2" to upgrade the package and retry.
43+
Please run "kpt fn eval <PKG_PATH> -i gcr.io/kpt-fn/fix:v0.2 --include-meta-resources" to upgrade the package and retry.
4444
`
4545

4646
unknownKptfileResourceMsg = `

0 commit comments

Comments
 (0)