File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,9 @@ private function exec(array $commands)
176
176
if (is_array ($ command )) {
177
177
$ this ->exec ($ command );
178
178
} else {
179
- if (is_string ($ key )) {
179
+ if ($ key === 'php ' ) {
180
+ $ command = $ this ->php () . ' ' . $ command ;
181
+ } else if (is_string ($ key )) {
180
182
$ this ->extendEnvironmentPath ($ key );
181
183
$ command = $ key . ' ' . $ command ;
182
184
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " optimistex/git-auto-deploy-ex" ,
3
- "version" : " 1.3.4 " ,
3
+ "version" : " 1.3.5 " ,
4
4
"type" : " library" ,
5
5
"description" : " The little project for auto-deploying projects to a hosting" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " git-auto-deploy-ex" ,
3
- "version" : " 1.3.4 " ,
3
+ "version" : " 1.3.5 " ,
4
4
"description" : " The little project for auto-deploying projects to a hosting" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments