Skip to content

Commit 7dc19d8

Browse files
author
Perry Manuk
committed
fixed naming error for pot
1 parent 876ab19 commit 7dc19d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/prepare.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func prepareContainer(cfg *drivers.TaskConfig, taskCfg TaskConfig) syexec {
5757

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

60-
potName := cfg.JobName + "_" + cfg.AllocID
60+
potName := completeName + "_" + cfg.AllocID
6161

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

0 commit comments

Comments
 (0)