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 44dcf5a commit 20921b5Copy full SHA for 20921b5
lib/gg.js
@@ -603,7 +603,7 @@ exports.checkout = function(branch) {
603
604
exports.repoCheck = function(callback) {
605
exec('git rev-parse', function(error, stdout, stderr) {
606
- if(stderr.length === 0) {
+ if (stderr.length === 0) {
607
return callback();
608
}
609
console.log(whoops('[✖] Not in a valid git repository! Run "gg i" to initialise one.'));
0 commit comments