From fce4a9bb0f695cbcc54603ae2c1d9edf4f42944c Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 13:13:23 -0700
Subject: [PATCH] Separate commands.

---
 .gitpod.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 871a3f8..51ca6cc 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,5 +1,6 @@
 tasks:
-    - init: [ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh
+    - init: ./install.sh
+    - command: ~/.cargo/bin/rustlings watch
 image:
     file: .gitpod.Dockerfile