From 6c78672e1f33a16b06e27fa4efaeebe1bed2ff22 Mon Sep 17 00:00:00 2001 From: Ryan McQuen Date: Thu, 16 Jul 2020 13:46:30 -0700 Subject: [PATCH] Eval is great. --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index b4f22b52..3d75bb14 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ tasks: - before: gp env -e PATH="/usr/local/cargo/bin:$PATH" - - init: ./install.sh + - init: eval $(gp env -e) && ./install.sh - command: ~/.cargo/bin/rustlings watch image: file: .gitpod.Dockerfile