Skip to content

Commit 0791791

Browse files
author
Robert Jackson
authored
Merge pull request #103 from volta-cli/fixup-logging
Remove reference to https://volta.sh/latest-version in logging
2 parents 2216ae1 + ebbd29e commit 0791791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export async function getVoltaVersion(versionSpec: string, authToken: string): P
273273
if (validVersionProvided) {
274274
core.info(`using user provided version volta@${version}`);
275275
} else {
276-
core.info(`looking up latest volta version from https://volta.sh/latest-version`);
276+
core.info(`looking up latest volta version`);
277277
version = await getLatestVolta(authToken);
278278
}
279279

0 commit comments

Comments
 (0)