fixed linting errors

This commit is contained in:
Jan-Felix 2017-04-04 17:42:06 +02:00
parent ce63e87fd0
commit 53d69c7200

View file

@ -61,7 +61,7 @@ function getBranchName(options) {
'run in a git repository or must be configured with the "repo" ' +
'option).'));
});
};
}
function getRepo(options) {
@ -160,7 +160,7 @@ exports.publish = function publish(basePath, config, callback) {
git.exe(options.git);
var dest = options.dest
var dest = options.dest;
var repoUrl;
getRepo(options)