Skip to content

Commit

Permalink
[lint] fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Nov 27, 2018
1 parent a8592e8 commit e747d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function Git (options) {
})

git.branch = branch.replace('\n', '') || process.env.BRANCH_NAME
} catch(ex) {
} catch (ex) {
// noop
}

Expand Down

0 comments on commit e747d1f

Please sign in to comment.