Skip to content

Commit 78f1a62

Browse files
disable config loading for packaging
1 parent f440c5f commit 78f1a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/pack/opts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func initAppsInfo(cliOpts *config.CliOpts, cmdCtx *cmdcontext.CmdCtx, packCtx *P
4949
}
5050
packCtx.AppList = appList
5151
packCtx.AppsInfo, err = running.CollectInstancesForApps(packCtx.AppList, cliOpts,
52-
cmdCtx.Cli.ConfigDir, cmdCtx.Integrity, true, true)
52+
cmdCtx.Cli.ConfigDir, cmdCtx.Integrity, false, false)
5353
if err != nil {
5454
return fmt.Errorf("failed to collect applications info: %s", err)
5555
}

0 commit comments

Comments
 (0)