Commit 0482a46
Fixed generated Heroku setup script
When setting up each Ember application, looping through and installing
each application's dependencies, the generated `bin/heroku_install`
script should return to the current directory at the end of each
iteration.1 parent 1d06d46 commit 0482a46
File tree
2 files changed
+5
-1
lines changed- lib/generators/ember/heroku/templates
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
0 commit comments