From 15f8793e2fcffccfbfe264977f5725456266fb02 Mon Sep 17 00:00:00 2001 From: kalipso Date: Sat, 11 Nov 2023 22:04:31 +0100 Subject: [PATCH] [actions/unix_command] fix typo --- actions/unix_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/unix_command.go b/actions/unix_command.go index bd2bf70..208db8d 100644 --- a/actions/unix_command.go +++ b/actions/unix_command.go @@ -108,7 +108,7 @@ func (p Command) GetName() string { } func (p Command) GetDescription() string { - return "Invoces given command using exec." + return "Invokes given command using exec." } func (p Command) GetExample() string {