From 34a26861e20866ce770c9a19dc00609148c16228 Mon Sep 17 00:00:00 2001 From: zztkm Date: Sun, 14 Aug 2022 19:41:06 +0900 Subject: [PATCH] :bug: fix module name --- commands/build_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/build_test.v b/commands/build_test.v index 0d2da28..8354980 100644 --- a/commands/build_test.v +++ b/commands/build_test.v @@ -1,4 +1,4 @@ -module commands +module commands import os