Skip to content

Commit 2a3e7ee

Browse files
j1n-o9rrubenhoenle
andauthored
Update internal/cmd/key-pair/list/list.go
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
1 parent f25cdc0 commit 2a3e7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/key-pair/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func buildRequest(ctx context.Context, model *inputModel, apiClient *iaas.APICli
135135
func outputResult(p *print.Printer, outputFormat, projectLabel string, keyPairs []iaas.Keypair) error {
136136
return p.OutputResult(outputFormat, keyPairs, func() error {
137137
if len(keyPairs) == 0 {
138-
p.Outputf("No key pairs found for project %q\n", projectLabel)
138+
p.Outputf("No key pairs found\n")
139139
return nil
140140
}
141141

0 commit comments

Comments
 (0)