Skip to content

Commit

Permalink
Update notice for no project specified to clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
qw3rtman committed Aug 6, 2015
1 parent 6c0f2a9 commit 33e4eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gg.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports.ignore = function(template) {
exports.clone = function(repository) {
// Nothing to clone.
if (repository === '' || typeof repository === 'undefined') {
console.log(notice('[~] You must enter a repository URL.'));
console.log(notice('[~] You must enter a repository URL or GitHub project (username/repository).'));
} else {
exec('git clone ' + repository, function(error, stdout, stderr) {
if (stderr.substring(0, 7) === 'Cloning') {
Expand Down

0 comments on commit 33e4eaa

Please sign in to comment.