Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
This will legit fix it I swear (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
adgad authored Feb 20, 2018
1 parent 9ccda13 commit 701b3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If this app has no web process use the --skip-gtg option`);
}
const smokeTest = new SmokeTest({
host: host.url(name),
headers: opts.authenticatedSmokeTest ? { 'FT_NEXT_BACKEND_KEY': process.env.FT_NEXT_BACKEND_KEY } : null
headers: opts.authenticatedSmokeTests ? { 'FT_NEXT_BACKEND_KEY': process.env.FT_NEXT_BACKEND_KEY } : null
});

smokeTest.addCheck('cacheHeaders', require('../lib/verify-cache-headers'));
Expand Down

0 comments on commit 701b3a4

Please sign in to comment.