Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 9d9c34c

Browse files
author
Alex Paliarush
committed
Fixed comments in config.yaml
1 parent 88448b2 commit 9d9c34c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/config.yaml.dist

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repository_url:
2-
# [To apply changes: init-project -fc]
2+
# [To apply changes: init_project.sh -fc]
33
# git@github.com:magento/magento2ce.git OR custom one
44
ce: "git@github.com:magento/magento2.git"
55
# git@github.com:magento/magento2ee.git OR custom one
@@ -9,7 +9,7 @@ repository_url:
99
# git@github.com:magento/magento2-sample-data-ee.git OR custom one
1010
ee_sample_data: ""
1111
guest:
12-
# [To apply changes: init-project -f]
12+
# [To apply changes: init_project.sh -f]
1313
# NFS will be used for folder synchronization on *nix and OSX hosts by default.
1414
use_nfs: 1
1515
# Default is 2Gb, around 3Gb is necessary to run functional tests.
@@ -30,7 +30,7 @@ environment:
3030
magento:
3131
# [To apply changes: m-switch-to-ce -f OR m-switch-to-ee -f]
3232
install_sample_data: 0
33-
# [To apply changes: init-project -f]
33+
# [To apply changes: init_project.sh -f]
3434
host_name: "magento2.vagrant2"
3535
# [To apply changes: m-reinstall]
3636
admin_frontname: "admin"

0 commit comments

Comments
 (0)