From 1986f19c24230c8d2776b471f18288ac72289192 Mon Sep 17 00:00:00 2001 From: zztkm Date: Wed, 3 Aug 2022 23:47:53 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20build=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 92a7344..4635d16 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -33,7 +33,7 @@ tasks: build: desc: Build vss cmds: - - v vss.v + - v . example: desc: Setup for example