forked from DimiMikadze/orca
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move repo from udilia to dimimikadze
- Loading branch information
Dimi Mikadze
committed
Dec 12, 2019
1 parent
7c5859d
commit 52c1b02
Showing
6 changed files
with
17 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ const tryGitClone = (url, projectName) => { | |
* @param {string} projectName | ||
*/ | ||
module.exports = projectName => { | ||
const httpsUrl = 'https://github.com/udilia/create-social-network.git'; | ||
const sshUrl = '[email protected]:udilia/create-social-network.git'; | ||
const httpsUrl = 'https://github.com/dimimikadze/create-social-network.git'; | ||
const sshUrl = '[email protected]:dimimikadze/create-social-network.git'; | ||
const root = path.resolve(projectName); | ||
|
||
console.log(); | ||
|
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