Commit 8e01b9d
Matthew Fisher
fix(client):
TESTING: try to run a command outside of the git repository:
$ cd ..
$ deis run --app=foo ls
If you're running a command that contains an option flag like `ls -al`, you can specify the `--`
option beforehand:
$ deis run --app=foo -- ls -al
fixes #1086deis run no longer requires remote1 parent c629d0c commit 8e01b9d
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
| 587 | + | |
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| |||
1611 | 1611 | | |
1612 | 1612 | | |
1613 | 1613 | | |
1614 | | - | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
1619 | 1618 | | |
1620 | 1619 | | |
1621 | 1620 | | |
| |||
0 commit comments