mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
fix: added username/password to collect params
This commit is contained in:
parent
d4d0bc8a2c
commit
3a1fc3fe38
2 changed files with 4 additions and 2 deletions
|
|
@ -219,8 +219,8 @@ var secretsListCmd = &cobra.Command{
|
|||
os.Exit(1)
|
||||
}
|
||||
|
||||
for key, value := range secrets {
|
||||
fmt.Printf("%s: %s\n", key, value)
|
||||
for key := range secrets {
|
||||
fmt.Printf("%s\n", key)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue