File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ class ProjectConfiguration extends sfProjectConfiguration
5252
5353Clone the plugin from Github:
5454
55- git clone git ://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
55+ git clone https ://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
5656 cd plugins/sfPropelORMPlugin
5757 git submodule update --init
5858
5959If you use Git as a VCS for your project, it should be better to add the plugin as a submodule:
6060
61- git submodule add git ://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
61+ git submodule add https ://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
6262 git submodule update --init --recursive
6363
6464As both Phing and Propel libraries are bundled with the plugin, you have to initialize submodules for the plugin.
You can’t perform that action at this time.
0 commit comments