From 8113ef56f317b4b80d9f414494e9324e36523f94 Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 13:31:54 -0700
Subject: [PATCH] Move PATH export.

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

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