Skip to content

Commit 9503939

Browse files
committed
Update install command path
1 parent 7bda30c commit 9503939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependency 'puppetlabs/apt','>=1.0.0'
1414
dependency 'example42/php','>=2.0.17'
1515
dependency 'example42/puppi','>=1.0.0'
1616

17-
version '1.0.55'
17+
version '1.0.56'

manifests/framework.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
} else {
4747
exec { 'install-phalcon-2.0':
48-
command => "./install-test",
48+
command => "/tmp/cphalcon/ext/install-test",
4949
cwd => '/tmp/cphalcon/ext',
5050
require => [Exec['git-pull-phalcon']],
5151
onlyif => 'test -f /tmp/cphalcon/ext/install-test',

0 commit comments

Comments
 (0)