Skip to content

Commit

Permalink
fix(stale-pr-reminders): correct path to db library
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner authored and Realtin committed Aug 2, 2017
1 parent e7d00d5 commit 64bbb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/schedule-stale-initial-pr-reminders.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const dbs = require('./lib/dbs')
const dbs = require('../lib/dbs')

module.exports = async function () {
const {repositories} = await dbs()
Expand Down

0 comments on commit 64bbb04

Please sign in to comment.