Skip to content

Commit 75e6fbd

Browse files
authored
Update test_webappserver_refarch_existingvpc.py
1 parent b85df3c commit 75e6fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

healthcheck/test_webappserver_refarch_existingvpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def main(keypairname, password, ipAddress, SSLCertificateARN, location_arg, plat
4848
res = requests.get(f"https://github.com/mathworks-ref-arch/{ref_arch_name}/blob/master/releases/")
4949

5050
# Deploy a stack for the latest two releases
51-
latest_releases = [re.findall("releases/(R\d{4}[ab]\\b)", res.text)[-1], re.findall("main/releases/(R\d{4}[ab]\\b)", res.text)[-2]]
51+
latest_releases = [re.findall("releases/(R\d{4}[ab]\\b)", res.text)[-1], re.findall("releases/(R\d{4}[ab]\\b)", res.text)[-2]]
5252
number_of_releases = 2
5353
for i in range(number_of_releases):
5454
matlab_release = latest_releases[i]

0 commit comments

Comments
 (0)