Skip to content

Commit 6af1aed

Browse files
committed
Test build
1 parent d4e4ec9 commit 6af1aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 => "/tmp/cphalcon/ext/install-test",
48+
command => "./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)