Skip to content

Commit

Permalink
follow linter style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh authored and NGPixel committed Aug 24, 2017
1 parent 1aaba80 commit 062e7dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/libs/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = {
} else {
self._repo.path = appconfig.paths.repo
}


// -> Initialize repository

Expand All @@ -57,9 +56,9 @@ module.exports = {

if (appconfig.git) {
// Set repo branch
self._repo.branch = appconfig.git.branch || 'master';
self._repo.branch = appconfig.git.branch || 'master'
// Define signature
self._signature.email = appconfig.git.serverEmail || 'wiki@example.com';
self._signature.email = appconfig.git.serverEmail || 'wiki@example.com'
}

return self
Expand Down

0 comments on commit 062e7dc

Please sign in to comment.