Skip to content

Commit

Permalink
Changed secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jan 19, 2022
1 parent 29bb9ab commit 09715da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/chain/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func LoadSecret(name string) (string, error) {
return secret, nil
}

f, err := os.Open("/run/secrets/watch-tower")
f, err := os.Open("/run/secrets/atomex-node")
if err != nil {
return "", err
}
Expand Down

0 comments on commit 09715da

Please sign in to comment.