Browse Source

follow linter style

pull/224/head
Ahmad Bamieh 7 years ago
committed by Nicolas Giard
parent
commit
9361815c4d
1 changed files with 0 additions and 1 deletions
  1. 1
      server/libs/git.js

1
server/libs/git.js

@ -53,7 +53,6 @@ module.exports = {
self.onReady = self._initRepo(appconfig)
if (appconfig.git) {
// Set repo branch
self._repo.branch = appconfig.git.branch || 'master'

Loading…
Cancel
Save