diff --git a/.gitpod.yml b/.gitpod.yml index c940b6cf..0d8dce8e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,5 @@ tasks: - - before: gp env -e PATH="/usr/local/cargo/bin:$PATH" - - init: eval $(gp env -e) && /workspace/rustlings/install.sh + - init: gp env -e PATH="/usr/local/cargo/bin:$PATH" && eval $(gp env -e) && /workspace/rustlings/install.sh - command: eval $(gp env -e) && /workspace/.cargo/bin/rustlings watch image: file: .gitpod.Dockerfile