We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265254 commit ab4c105Copy full SHA for ab4c105
manifests/framework.pp
@@ -3,7 +3,6 @@
3
class phalconphp::framework (
4
$version,
5
$zephir_build = false,
6
- $custom_ini = true,
7
$ini_file = "phalcon.ini") {
8
exec { 'git-clone-phalcon':
9
command => "git clone -b ${version} https://github.com/phalcon/cphalcon.git",
0 commit comments