From 09bef69e3a4d9f7a8240048d7c8afab2f5afca33 Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 14:03:26 -0700
Subject: [PATCH] This should work.

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

diff --git a/.gitpod.yml b/.gitpod.yml
index d699391..153315f 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,7 +1,7 @@
 tasks:
     - before: gp env -e PATH="/usr/local/cargo/bin:$PATH"
-    - init: eval $(gp env -e) && ./install.sh
-    - command: eval $(gp env -e) && ~/.cargo/bin/rustlings watch
+    - init: echo $PATH && eval $(gp env -e) && ./install.sh
+    - command: echo $PATH && ~/.cargo/bin/rustlings watch
 image:
     file: .gitpod.Dockerfile