Skip to content

Commit

Permalink
Merge pull request #4 from trivago/fix-pot-naming-error
Browse files Browse the repository at this point in the history
fixed naming error for pot
  • Loading branch information
ebarriosjr authored Aug 23, 2019
2 parents 876ab19 + 7dc19d8 commit 6b0ce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func prepareContainer(cfg *drivers.TaskConfig, taskCfg TaskConfig) syexec {

se.argvCreate = append(argv, taskCfg.Args...)

potName := cfg.JobName + "_" + cfg.AllocID
potName := completeName + "_" + cfg.AllocID

//Mount local
commandLocal := "mount-in -p " + potName + " -d " + cfg.TaskDir().LocalDir + " -m /local"
Expand Down

0 comments on commit 6b0ce9f

Please # to comment.