Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch committed Mar 29, 2017
1 parent 293a720 commit 0ad5dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdctl/command/region_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func showRegionWithTableCommandFunc(cmd *cobra.Command, args []string) {
fmt.Println("Error: unknown format")
return
}
// TODO: Deal with path escaped
prefix := regionKeyPrefix + "/" + key
r, err := doRequest(cmd, prefix, http.MethodGet)
if err != nil {
Expand Down

0 comments on commit 0ad5dcf

Please sign in to comment.