Skip to content

Commit 75c0594

Browse files
nandajavarmaSimon Emms
authored andcommitted
Add space to annotation
Co-authored-by: Simon Emms <[email protected]>
1 parent 6ffabac commit 75c0594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/jobs/build/self-hosted-upgrade-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function triggerUpgradeTests(werft: Werft, config: JobConfig, usern
4949
// the following bit make sure that the subdomain stays the same upon multiple runs, and always start with release
5050
const regex = /[\/,\.]/g;
5151
const subdomain: string = config.repository.branch.replace(regex, '-')
52-
annotation = annotation.concat(`-a subdomain=${subdomain}`)
52+
annotation = annotation.concat(` -a subdomain=${subdomain}`)
5353

5454
for (let phase in phases) {
5555
const upgradeConfig = phases[phase];

0 commit comments

Comments
 (0)