Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Sep 26, 2023
1 parent 1a07188 commit 4d717a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
var dockerArgs []string

func initDockerArgs() {
dockerArgs = []string{"-f", GenFile("scion-dc.yml"), "-p", "scion", "exec", "-T", "-e",
dockerArgs = []string{"-f", GenFile("scion-dc.yml"), "exec", "-T", "-e",
fmt.Sprintf("%s=1", GoIntegrationEnv)}
}

Expand Down

0 comments on commit 4d717a6

Please sign in to comment.