Skip to content

Commit aa7a864

Browse files
committed
chore(deps): update openshell to 0.0.106
Patch-Walker-Manifest: sha256:8fbcac736e876d15a8d2e9c6433aac3a616dbafa754933ca6a36c8a4730fe44d Refs #6256 Refs #3136 Refs #6871 Refs #7367 Refs #7937 Refs #7957 Refs #8769 Refs #8887 Refs #8893 Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
1 parent b7d2f97 commit aa7a864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/installer-hash-check.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ function renderInstallerTemplate(openshellVersion: string, pinFunction: string):
628628

629629
function renderBrevTemplate(openshellVersion: string, pinFunction: string): string {
630630
const selected = BREV_TEMPLATE.replace(
631-
/^(\s*stable\s*\|\s*auto\)\s*OPENSHELL_VERSION=")v[0-9]+\.[0-9]+\.[0-9]+("\s*;;\s*)$/m,
631+
/^(\s*[^)\n]*(?:stable|auto)[^)\n]*\)\s*OPENSHELL_VERSION=")v[0-9]+\.[0-9]+\.[0-9]+("\s*;;\s*)$/gm,
632632
`$1v${openshellVersion}$2`,
633633
);
634634
return replacePinFunction(

0 commit comments

Comments
 (0)