Skip to content

Commit 0c069ac

Browse files
committed
change verb of command plugin
1 parent 4bb4287 commit 0c069ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
name: "RunScriptCommandPlugin",
4949
capability: .command(
5050
intent: .custom(
51-
verb: "run script",
51+
verb: "run-script",
5252
description: "run scripts defined in `runscript.yml`"
5353
),
5454
permissions: [

0 commit comments

Comments
 (0)