Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit f84667a

Browse files
Fix linter issue
Signed-off-by: Silvin Lubecki <[email protected]>
1 parent 77863b6 commit f84667a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

internal/commands/image/render.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,13 @@ func runRender(dockerCli command.Cli, appname string, opts renderOptions, instal
7676
return nil
7777
}
7878

79-
func prepareCustomAction(actionName string, dockerCli command.Cli, appname string, stdout io.Writer, opts renderOptions, installerContext *cliopts.InstallerContextOptions) (*action.RunCustom, *appstore.Installation, *bytes.Buffer, error) {
79+
func prepareCustomAction(actionName string,
80+
dockerCli command.Cli,
81+
appname string,
82+
stdout io.Writer,
83+
opts renderOptions,
84+
installerContext *cliopts.InstallerContextOptions) (*action.RunCustom, *appstore.Installation, *bytes.Buffer, error) {
85+
8086
s, err := appstore.NewApplicationStore(config.Dir())
8187
if err != nil {
8288
return nil, nil, nil, err

0 commit comments

Comments
 (0)