fixed linting errors
This commit is contained in:
parent
ce63e87fd0
commit
53d69c7200
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue