Skip to content

Commit 0c0c74b

Browse files
committed
chore: remove print of PATH
1 parent 8f00f81 commit 0c0c74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/noir/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"default": "nightly"
1313
}
1414
},
15-
"onCreateCommand": "echo $PATH && nargo --version",
15+
"onCreateCommand": "nargo --version",
1616
"containerEnv": {
1717
"NARGO_HOME":"/nargo",
1818
"PATH": "/nargo/bin:${PATH}"

0 commit comments

Comments
 (0)