Skip to content

Commit db3f8db

Browse files
author
David Buzinski
committed
update error message
1 parent dd6780f commit db3f8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export async function install(
110110
await mpm.install(mpmPath, releaseInfo, products, destination);
111111
} catch (e) {
112112
if (releaseInfo.isPrerelease && e instanceof Error && e.message === "Specified release is unavailable") {
113-
core.info("Install failed, retrying...");
113+
core.info("Installation failed. Retrying...");
114114
const grRelease: matlab.Release = {
115115
...releaseInfo,
116116
isPrerelease: false,

0 commit comments

Comments
 (0)