Skip to content

Commit

Permalink
fix(chore): config location (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
leocabeza authored Aug 17, 2020
1 parent 5ee2377 commit 9507435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/superfeedr/update-subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const Sentry = require('@sentry/node');
const { Buffer } = require('buffer');

const config = require('../api/_utils/config');
const config = require('../../api/_utils/config');
const Superfeedr = require('./SuperFeedr');

/* This is executed in a CI environment, so,
Expand Down

0 comments on commit 9507435

Please sign in to comment.