From 9189ffc9badc4d95c054bf0dc2e94bd502f35a05 Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Thu, 7 Oct 2021 00:41:56 +0000 Subject: [PATCH] Referenced wrong folder. --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 0d17ae0..1198435 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 src/coauthors.sh + - init: sh LLSIG/coauthors.sh vscode: extensions: - redhat.java