Skip to content

Commit

Permalink
refactor client/rest
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Dec 7, 2017
1 parent 3986e18 commit 26eab99
Show file tree
Hide file tree
Showing 7 changed files with 287 additions and 277 deletions.
2 changes: 1 addition & 1 deletion client/commands/keys/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var newCmd = &cobra.Command{
Use: "new [name]",
Short: "Create a new public/private key pair",
Long: `Add a public/private key pair to the key store.
The password muts be entered in the terminal and not
The password must be entered in the terminal and not
passed as a command line argument for security.`,
RunE: runNewCmd,
}
Expand Down
213 changes: 0 additions & 213 deletions client/rest/handlers.go

This file was deleted.

29 changes: 0 additions & 29 deletions client/rest/helpers.go

This file was deleted.

Loading

0 comments on commit 26eab99

Please sign in to comment.