Commit f29f7ef
committed
fix(builder): add "z" flag for compressed tar archives
When a Procfile isn't present in a `git push` operation, builder
tries to extract or fabricate one, but the tar commands would fail
with "invalid tar magic" since the compression flag "z" was missing.1 parent 68415ae commit f29f7ef
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments