From 48e3e6866f4167717ba5f6d16064efbe95c66bb3 Mon Sep 17 00:00:00 2001 From: Ryan McQuen <rpcm@linux.com> Date: Thu, 16 Jul 2020 14:19:11 -0700 Subject: [PATCH] Fix install path. --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9764f02..fe87014 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ tasks: - before: gp env -e PATH="/usr/local/cargo/bin:$PATH" - - init: echo $PATH && eval $(gp env -e) && ./install.sh + - init: echo $PATH && eval $(gp env -e) && /workspace/rustlings/install.sh - command: echo $PATH && /workspace/.cargo/bin/rustlings watch image: file: .gitpod.Dockerfile