Skip to content

Commit d475cae

Browse files
committed
Update get
1 parent 85b48a9 commit d475cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ghsecrets/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func main() {
7676
Use: "get",
7777
Short: "Retrieve a secret from AWS Secrets Manager",
7878
Run: func(cmd *cobra.Command, args []string) {
79+
secretID = ensurePrefix(secretID, "testsecrets/")
7980
if err := getAWSSecret(secretID, decode); err != nil {
8081
exitWithError(err, "Failed to retrieve AWS secret")
8182
}

0 commit comments

Comments
 (0)