From 49fed3fb7f5f6a6de0d2a63f2c04607d0f69367c Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 20 Jun 2024 00:39:33 +0200 Subject: [PATCH] fix: bad output dir --- taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskfile.yaml b/taskfile.yaml index 2b9a41f..e95e9d0 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -4,7 +4,7 @@ shopt: [globstar] dotenv: - .env vars: - OUTPUT_PATH: ./output + OUTPUT_PATH: ./output/ DEPLOY_CMD: rsync DEPLOY_ARGS: -avz --delete