mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
correct help string
This commit is contained in:
parent
17c2e0ff82
commit
c5e4660d82
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ overlay:
|
||||||
nixosRebuild(subcmd, rest[1..^1])
|
nixosRebuild(subcmd, rest[1..^1])
|
||||||
|
|
||||||
proc ci(`ref`: string = "main") =
|
proc ci(`ref`: string = "main") =
|
||||||
## trigger GHA update flow
|
## trigger GHA
|
||||||
if rest.len == 0: fatalQuit "expected workflow file name"
|
if rest.len == 0: fatalQuit "expected workflow file name"
|
||||||
createDispatch(rest[0], `ref`)
|
createDispatch(rest[0], `ref`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue