Skip to content

Commit

Permalink
chore: remove print of PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 30, 2025
1 parent 8f00f81 commit 0c0c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noir/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"default": "nightly"
}
},
"onCreateCommand": "echo $PATH && nargo --version",
"onCreateCommand": "nargo --version",
"containerEnv": {
"NARGO_HOME":"/nargo",
"PATH": "/nargo/bin:${PATH}"
Expand Down

0 comments on commit 0c0c74b

Please sign in to comment.