1 parent 919bb83 commit 011acd7Copy full SHA for 011acd7
1 file changed
src/utils.ts
@@ -291,7 +291,7 @@ export class Utils {
291
});
292
293
const assertMsg = [
294
- "RHS (${rhs}) must be a regex pattern. Do not rely on this behavior!",
+ `RHS (${rhs}) must be a regex pattern. Do not rely on this behavior!`,
295
"Refer to https://docs.gitlab.com/ee/ci/jobs/job_rules.html#unexpected-behavior-from-regular-expression-matching-with- for more info...",
296
];
297
assert(_rhs !== regexStr, assertMsg.join("\n"));
0 commit comments