Skip to content

Commit 7a5b0de

Browse files
committed
npm link: remove semicolon
1 parent f13edaa commit 7a5b0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ const juiceShopCtfCli = async () => {
106106

107107
for (const challenge of challenges) {
108108
if (challenge.name === 'Bonus Payload') {
109-
challenge.description = challenge.description.replace('https://', 'https%3A//');
109+
challenge.description = challenge.description.replace('https://', 'https%3A//')
110110
}
111111
}
112-
112+
113113
await generateCtfExport(answers.ctfFramework || options.ctfdFramework, challenges, {
114114
juiceShopUrl: answers.juiceShopUrl,
115115
insertHints: answers.insertHints,

0 commit comments

Comments
 (0)