Skip to content

Commit 6c0f2a9

Browse files
committed
Add missing semicolon.
1 parent 88aba8b commit 6c0f2a9

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
@@ -42,7 +42,7 @@ exports.upToDate = function(reportOnTrue, reportOnFalse) {
4242
}
4343
}
4444
});
45-
}
45+
};
4646

4747
exports.init = function() {
4848
exec('git init', function(error, stdout, stderr) {

0 commit comments

Comments
 (0)