Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
support get key alias details
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 1, 2019
1 parent 7936946 commit bf696f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/keyaliases/getka/getka.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
//Cmd to get key aliases
var Cmd = &cobra.Command{
Use: "get",
Short: "Get a Key Store",
Long: "Get a Key Store",
Short: "Get a Key Alias",
Long: "Get a Key Alias",
RunE: func(cmd *cobra.Command, args []string) (err error) {
u, _ := url.Parse(shared.BaseURL)
u.Path = path.Join(u.Path, shared.RootArgs.Org, "environments", shared.RootArgs.Env,
Expand Down

0 comments on commit bf696f4

Please sign in to comment.