Skip to content

Commit 83f03f9

Browse files
authored
Merge pull request #13 from p-x9/feature/change-verb
change verb of command plugin
2 parents 4bb4287 + 0c069ac commit 83f03f9

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)