Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: kritka sahni <[email protected]>
  • Loading branch information
kritkasahni-google committed Nov 14, 2023
1 parent 83d5f69 commit 959eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/lifecycle_inputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func NewLifecycleInputs(platformAPI *api.Version) *LifecycleInputs {
KanikoDir: "/kaniko",
LaunchCacheDir: os.Getenv(EnvLaunchCacheDir),
SkipLayers: skipLayers,
ParallelExport: boolEnv(EnvParallelExport),
ParallelExport: boolEnv(EnvParallelExport),

// Images used by the lifecycle during the build

Expand Down

0 comments on commit 959eb2f

Please sign in to comment.