feat(docker): Prep master for docker deploys
This commit is contained in:
committed by
mrugesh mohapatra
parent
9e4583b1f3
commit
d79f9f4899
@ -10,7 +10,7 @@ import debug from 'debug';
|
||||
import accepts from 'accepts';
|
||||
import dedent from 'dedent';
|
||||
|
||||
import { homeLocation } from '../../../config/env.json';
|
||||
import { homeLocation } from '../../../config/env';
|
||||
|
||||
import { ifNoUserSend } from '../utils/middleware';
|
||||
import { dasherize } from '../utils';
|
||||
@ -321,7 +321,7 @@ export default async function bootChallenge(app, done) {
|
||||
) {
|
||||
req.flash(
|
||||
'danger',
|
||||
"You haven't supplied the necessary URLs for us to inspect your work."
|
||||
'You haven\'t supplied the necessary URLs for us to inspect your work.'
|
||||
);
|
||||
return res.sendStatus(403);
|
||||
}
|
||||
|
Reference in New Issue
Block a user