Skip to content

Commit 750e89a

Browse files
author
Dmytro Kuchynskyi
committed
improve environment variable name
1 parent 4da9195 commit 750e89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func main() {
9292
cipher := flags.Cipher
9393
password := flags.Password
9494
if flags.Password == "" {
95-
password = os.Getenv("SECRET")
95+
password = os.Getenv("SS_PASSWORD")
9696
}
9797
var err error
9898

@@ -153,7 +153,7 @@ func main() {
153153
cipher := flags.Cipher
154154
password := flags.Password
155155
if flags.Password == "" {
156-
password = os.Getenv("SECRET")
156+
password = os.Getenv("SS_PASSWORD")
157157
}
158158
var err error
159159

0 commit comments

Comments
 (0)