From 4323022efe969e5bacc320c9ce88dbcde7325bd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hallvard=20Tr=C3=A6tteberg?= <hal@ntnu.no>
Date: Fri, 24 Jul 2020 13:43:26 +0200
Subject: [PATCH] Update .gitpod.yml

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

diff --git a/.gitpod.yml b/.gitpod.yml
index 219579d..4d51c4b 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -3,7 +3,7 @@ image:
 
 tasks:
   - init: sdk use java 14.0.1.j9-adpt
-  command: cd javafx-app
+    command: cd javafx-app
 
 ports:
   # used by virtual desktop and vnc, supports JavaFX
-- 
GitLab