From 26d65fdcd2e8cbcd5d366b370cff571ec346ec5e Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 13:27:13 -0700
Subject: [PATCH] Modify PATH to include installed rust.

---
 .gitpod.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitpod.yml b/.gitpod.yml
index 51ca6cc..466fa20 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,4 +1,5 @@
 tasks:
+    - before: export PATH="/usr/local/cargo/bin:$PATH"
     - init: ./install.sh
     - command: ~/.cargo/bin/rustlings watch
 image: