Fixed system config in /etc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-11-04 18:23:29 -04:00
parent ff92316e1e
commit d1268fe708
2 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module.exports = function(grunt) {
}, },
{ {
cwd: './build/etc/', cwd: './build/etc/',
src: 'production.json', src: 'default.json',
dest: '/etc/overseer/' dest: '/etc/overseer/'
}, },
{ {