From 70a98ffedc60666cb3ac8f1b72e9f4486a1f4919 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 12 Mar 2022 21:37:59 +0100 Subject: [PATCH] Make name of build action to execute custom command shorter --- librepomgr/buildactions/buildactionmeta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librepomgr/buildactions/buildactionmeta.cpp b/librepomgr/buildactions/buildactionmeta.cpp index b46d646..a3d007a 100644 --- a/librepomgr/buildactions/buildactionmeta.cpp +++ b/librepomgr/buildactions/buildactionmeta.cpp @@ -336,7 +336,7 @@ BuildActionMetaInfo::BuildActionMetaInfo() BuildActionTypeMetaInfo{ .id = BuildActionType::CustomCommand, .category = "Misc", - .name = "Execute custom Bash command", + .name = "Execute command", .type = "custom-command", .flags = {}, .settings = {