Skip to content

Commit

Permalink
fix: align plain getKey Message
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr13 committed Feb 14, 2024
1 parent 76dbb39 commit 0983873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret/driver/plain.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ func (p Plain) Type() string {
}

func (p Plain) GetKey() string {
return "plainTextDoesntHaveAKey"
return "plainDoesntHaveAKey"
}

0 comments on commit 0983873

Please sign in to comment.