Commit 9361815c authored by Ahmad Bamieh's avatar Ahmad Bamieh Committed by Nicolas Giard

follow linter style

parent 062e7dc4
...@@ -53,7 +53,6 @@ module.exports = { ...@@ -53,7 +53,6 @@ module.exports = {
self.onReady = self._initRepo(appconfig) self.onReady = self._initRepo(appconfig)
if (appconfig.git) { if (appconfig.git) {
// Set repo branch // Set repo branch
self._repo.branch = appconfig.git.branch || 'master' self._repo.branch = appconfig.git.branch || 'master'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment