mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:16:22 +00:00
fix: evitar loop infinito
This commit is contained in:
parent
c4600edb6a
commit
77672535dd
1 changed files with 0 additions and 2 deletions
|
@ -129,8 +129,6 @@ tasks:
|
||||||
- "{{.HAINISH}} bundle {{.CLI_ARGS}}"
|
- "{{.HAINISH}} bundle {{.CLI_ARGS}}"
|
||||||
rails:
|
rails:
|
||||||
desc: "Rails. Call with: go-task rails -- arguments"
|
desc: "Rails. Call with: go-task rails -- arguments"
|
||||||
deps:
|
|
||||||
- "prepare"
|
|
||||||
cmds:
|
cmds:
|
||||||
- "go-task bundle -- exec rails {{.CLI_ARGS}}"
|
- "go-task bundle -- exec rails {{.CLI_ARGS}}"
|
||||||
console:
|
console:
|
||||||
|
|
Loading…
Reference in a new issue