From 20a2a767e5c7995fbaf78e775a8eb91fa8474a57 Mon Sep 17 00:00:00 2001 From: gfanton <8671905+gfanton@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:08:04 +0100 Subject: [PATCH] chore: lint Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com> --- gno.land/pkg/integration/testscript_gnoland.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gno.land/pkg/integration/testscript_gnoland.go b/gno.land/pkg/integration/testscript_gnoland.go index 1a885c8b483..2f7ad539533 100644 --- a/gno.land/pkg/integration/testscript_gnoland.go +++ b/gno.land/pkg/integration/testscript_gnoland.go @@ -599,7 +599,7 @@ func setupNode(ts *testscript.TestScript, ctx context.Context, cfg *ProcessNodeC return nodep default: - ts.Fatalf("unkown command kind: %+v", cmd) + ts.Fatalf("unknown command kind: %+v", cmd) } return nil