mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-05-08 20:00:46 -04:00
use hyphen instead of underscore
This commit is contained in:
parent
177c02824c
commit
37a5dd9365
2 changed files with 3 additions and 3 deletions
|
@ -270,8 +270,8 @@ async.auto({
|
|||
fastly.activateVersion(results.version, function (e, resp) {
|
||||
if (e) throw new Error(e);
|
||||
process.stdout.write('Successfully configured and activated version ' + resp.number + '\n');
|
||||
// purge static_assets using surrogate key
|
||||
fastly.purgeKey(FASTLY_SERVICE_ID, 'static_assets', function (error) {
|
||||
// purge static-assets using surrogate key
|
||||
fastly.purgeKey(FASTLY_SERVICE_ID, 'static-assets', function (error) {
|
||||
if (error) throw new Error(error);
|
||||
process.stdout.write('Purged static assets.\n');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue