From 2740050ea0e157fde0bbc9b49a7b1262e74eafdd Mon Sep 17 00:00:00 2001 From: PixeL Date: Wed, 13 May 2020 00:58:54 -0500 Subject: [PATCH] Change folder names in build manifest --- .build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 52b46c5..54fd2dc 100644 --- a/.build.yml +++ b/.build.yml @@ -9,11 +9,11 @@ sources: - https://git.sr.ht/~pixelinc/gmod-checker.cr tasks: - format: | - cd gmod_checker.cr + cd gmod-checker.cr crystal tool format --check - compile: | - cd gmod_checker.cr + cd gmod-checker.cr shards build --no-codegen - spec: | - cd gmod_checker.cr + cd gmod-checker.cr crystal spec -- 2.45.2