diff --git a/Gruntfile.js b/Gruntfile.js index 29287bc..1568d3c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,7 +84,7 @@ module.exports = function(grunt) { }, { cwd: './build/etc/', - src: 'production.json', + src: 'default.json', dest: '/etc/overseer/' }, { diff --git a/build/etc/production.json b/build/etc/default.json similarity index 100% rename from build/etc/production.json rename to build/etc/default.json