We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce7c11 commit d366718Copy full SHA for d366718
ansible/www-standalone/tools/promote/test/check_r2_assets.mjs
@@ -51,7 +51,7 @@ const testcases = [
51
' \x1B[33m\x1B[1m⚠\x1B[22m\x1B[39m The following assets are expected for v22.x but are currently missing from R2 staging:\n' +
52
' • node-v22.12.0-linux-armv7l.tar.gz\n' +
53
' • node-v22.12.0-linux-armv7l.tar.xz\n' +
54
- ' \x1B[33mPromote if you are certain this is the the correct course of action\x1B[39m\n',
+ ' \u001b[33mPromote if you are certain this is the the correct course of action\u001b[39m\n',
55
setup: async function setup (context) {
56
context.rcloneLs[context.r2StagingDir] = await fixture('partial-v22.12.0.json');
57
}
0 commit comments