Skip to content

Commit

Permalink
s/token/secret
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak committed Apr 9, 2020
1 parent a706a38 commit 4482571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/unwrap.go
Expand Up @@ -90,7 +90,7 @@ func (c *UnwrapCommand) Run(args []string) int {
}
if secret == nil {
if Format(c.UI) == "table" {
c.UI.Info("Successfully unwrapped. There was no data in the wrapped token.")
c.UI.Info("Successfully unwrapped. There was no data in the wrapped secret.")
}
return 0
}
Expand Down

0 comments on commit 4482571

Please sign in to comment.