This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3239 from commerce-docs/ds_rename-org
Rename magento-devdocs to commerce-docs
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ namespace :multirepo do | |
abort 'Provide a directory name for the multirepo docs. Example: dir=src/mftf' unless dir | ||
abort "'#{dir}' directory already exists" if Dir.exist? dir | ||
unless repo | ||
abort 'Provide a repository cloning URL (SSH).Example: [email protected]:magento-devdocs/magento2-functional-testing-framework.git' | ||
abort 'Provide a repository cloning URL (SSH).Example: [email protected]:commerce-docs/magento2-functional-testing-framework.git' | ||
end | ||
abort 'Provide a branch name for the multirepo docs. Example: branch=master' unless branch | ||
|
||
|