Skip to content

Commit

Permalink
Fix: changed pwd dit to /secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanstipl committed Jan 22, 2016
1 parent 141c4ac commit ede12c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
os.Exit(1)
}

dir := "./secrets"
dir := "/secrets"
loadEnv(dir)

err := runCmd()
Expand Down

0 comments on commit ede12c8

Please sign in to comment.