Skip to content

Commit b370415

Browse files
committed
Fix remaining EnvVars reference
1 parent e9034d6 commit b370415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/cmd/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ var (
173173
archiveImagesFlag = &cli.BoolFlag{
174174
Name: "archive-images",
175175
Usage: "Archive images in the release tarball",
176-
EnvVars: []string{"ARCHIVE_IMAGES"},
176+
Sources: cli.EnvVars("ARCHIVE_IMAGES"),
177177
Value: true,
178178
}
179179
)

0 commit comments

Comments
 (0)