Skip to content

Commit

Permalink
Change prefix for rebrand cities. (#17361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ryall committed Aug 19, 2017
1 parent 9346071 commit baf7c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/rebrand-cities/index.js
Expand Up @@ -13,7 +13,7 @@ function generateUniqueSiteUrl( prefix ) {
return `${ prefix }${ uuidWithoutHyphens() }`;
}

const rebrandCitiesPrefix = 'site';
const rebrandCitiesPrefix = 'rebrandcitiessite';

function generateUniqueRebrandCitiesSiteUrl() {
return generateUniqueSiteUrl( rebrandCitiesPrefix );
Expand Down

0 comments on commit baf7c87

Please sign in to comment.