Skip to content

Commit

Permalink
Speedup ls-spaces cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot committed Mar 30, 2023
1 parent 90a4b4f commit 32efe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/space.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var lsSpaceCmd = &cobra.Command{
Use: "ls-spaces",
Short: `List spaces`,
Long: `List all configured spaces`,
PreRunE: compose(prepareRegistry, prepareSpaces),
PreRunE: prepareRegistry,
RunE: func(cmd *cobra.Command, args []string) error {
var physicalSpaceList []string
var virtualSpaceList []string
Expand Down

0 comments on commit 32efe76

Please sign in to comment.