From d2919757ef85660cdf365ad759856323c4b1490b Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Thu, 7 Oct 2021 00:40:39 +0000 Subject: [PATCH] Make gitpod reference new script location. --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3a37288..0d17ae0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,7 +1,7 @@ --- # List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ tasks: - - init: sh ./coauthors.sh + - init: sh src/coauthors.sh vscode: extensions: - redhat.java