Skip to content

Commit

Permalink
chore: fix linting issues #306
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Oct 16, 2023
1 parent 8257a69 commit 3f5fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kvm/expkvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var ExpCmd = &cobra.Command{

apiclient.DisableCmdPrintHttpResponse()

//return all kvm entries from all proxies
// return all kvm entries from all proxies
if env == "" && proxyName == "" {
return kvm.ExportAllEntries()
}
Expand Down

0 comments on commit 3f5fa6a

Please sign in to comment.