forked from coop-cloud-mirrors/godotenv
run gofmt -w -s ./..
This commit is contained in:
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…
x
Reference in New Issue
Block a user