Skip to content

Commit 36fe5fe

Browse files
committed
Update the internal dependencies for the phalconphp::framework class
1 parent bc94f0e commit 36fe5fe

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.51'
17+
version '1.0.52'

manifests/framework.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
command => 'zephir build',
4242
cwd => '/tmp/cphalcon',
4343
require => [Exec['generate-phalcon-2.0']],
44-
onlyif => 'test -f ./config.json',
44+
onlyif => 'test -f /tmp/cphalcon/config.json',
4545
logoutput => true,
4646
}
4747
} else {

0 commit comments

Comments
 (0)