Skip to content

Commit

Permalink
Updated rename tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Totten authored and mpaktiti committed Dec 8, 2016
1 parent 64122d3 commit cb855f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var path = require('path');
var Imagemin = require('imagemin');
var imageminOptipng = require('imagemin-optipng');

var redirectFilePath = './redirect-urls.json';
var redirectFilePath = './config/redirect-urls.json';
var addRedirect = function(oldUrl, newUrl, callback) {
fs.readFile(redirectFilePath, function(err, json) {
if (err) { return callback(err); }
Expand Down

0 comments on commit cb855f7

Please sign in to comment.