From 9b9601fe42c0c3b360b7a9f96c3bc156bf8c5e4a Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 15:35:43 -0700
Subject: [PATCH] Move PATH to Dockerfile.

---
 .gitpod.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 0d8dce8..a8515df 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,6 +1,6 @@
 tasks:
-    - 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
+    - init: /workspace/rustlings/install.sh
+    - command: /workspace/.cargo/bin/rustlings watch
 image:
     file: .gitpod.Dockerfile