Skip to content

Commit 12099ae

Browse files
author
Andrew Klitzke
committed
debug
1 parent 232e0d5 commit 12099ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ class RustPlugin {
6060
const dockerCLI = process.env['SLS_DOCKER_CLI'] || 'docker';
6161
console.log("you're looking for this!");
6262
console.log(this);
63-
const path = this.custom.dockerPath || this.servicePath;
63+
const dockerPath = this.custom.dockerPath || this.servicePath;
6464
const defaultArgs = [
6565
'run',
6666
'--rm',
6767
'-t',
6868
'-e',
6969
`BIN=${binary}`,
7070
`-v`,
71-
`${path}:/code`,
71+
`${dockerPath}:/code`,
7272
`-v`,
7373
`${cargoRegistry}:/root/.cargo/registry`,
7474
`-v`,

0 commit comments

Comments
 (0)