Skip to content

Commit 7bda30c

Browse files
committed
Update test command for install-phalcon-2.0
1 parent cae3116 commit 7bda30c

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.54'
17+
version '1.0.55'

manifests/framework.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
command => "./install-test",
4949
cwd => '/tmp/cphalcon/ext',
5050
require => [Exec['git-pull-phalcon']],
51-
onlyif => 'test -f /tmp/cphalcon/ext/test-install',
51+
onlyif => 'test -f /tmp/cphalcon/ext/install-test',
5252
logoutput => true
5353
}
5454
}

0 commit comments

Comments
 (0)