Skip to content

Commit 33e4eaa

Browse files
committed
Update notice for no project specified to clone.
1 parent 6c0f2a9 commit 33e4eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exports.ignore = function(template) {
8989
exports.clone = function(repository) {
9090
// Nothing to clone.
9191
if (repository === '' || typeof repository === 'undefined') {
92-
console.log(notice('[~] You must enter a repository URL.'));
92+
console.log(notice('[~] You must enter a repository URL or GitHub project (username/repository).'));
9393
} else {
9494
exec('git clone ' + repository, function(error, stdout, stderr) {
9595
if (stderr.substring(0, 7) === 'Cloning') {

0 commit comments

Comments
 (0)