mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 12:04:52 +01:00
Fix
This commit is contained in:
parent
acf4cb7004
commit
a2028bea5f
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
composer update
|
||||
|
||||
standalone=$PWD/bugs/wrap_madeline.php
|
||||
|
||||
refactor=$PWD/refactor.php
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
composer update
|
||||
|
||||
wrap=$PWD/bugs/wrap.php
|
||||
standalone=$PWD/bugs/infection.php
|
||||
refactor=$PWD/refactor.php
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
composer update
|
||||
|
||||
standalone=$PWD/bugs/wrap.php
|
||||
refactor=$PWD/refactor.php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user