Skip to content

Commit 63b2a17

Browse files
authored
[fix] module config command (#682)
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
1 parent e1aafa2 commit 63b2a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/debug-cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func DefineDebugCommands(kpApp *kingpin.Application) {
158158
if err != nil {
159159
return err
160160
}
161-
dump, err := moduleRequest(client).Config(outputFormat, showGlobal)
161+
dump, err := moduleRequest(client).Name(moduleName).Config(outputFormat, showGlobal)
162162
if err != nil {
163163
return err
164164
}

0 commit comments

Comments
 (0)