mirror of https://github.com/joho/godotenv.git
run `gofmt -w -s ./..`
parent
ead2e75027
commit
e1c92610d7
|
@ -45,7 +45,7 @@ example
|
|||
|
||||
// take rest of args and "exec" them
|
||||
cmd := args[0]
|
||||
cmdArgs := args[1:len(args)]
|
||||
cmdArgs := args[1:]
|
||||
|
||||
err := godotenv.Exec(envFilenames, cmd, cmdArgs)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue