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 6c0f2a9 commit 33e4eaaCopy full SHA for 33e4eaa
lib/gg.js
@@ -89,7 +89,7 @@ exports.ignore = function(template) {
89
exports.clone = function(repository) {
90
// Nothing to clone.
91
if (repository === '' || typeof repository === 'undefined') {
92
- console.log(notice('[~] You must enter a repository URL.'));
+ console.log(notice('[~] You must enter a repository URL or GitHub project (username/repository).'));
93
} else {
94
exec('git clone ' + repository, function(error, stdout, stderr) {
95
if (stderr.substring(0, 7) === 'Cloning') {
0 commit comments