Skip to content

Commit

Permalink
updated message text
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 committed Feb 14, 2025
1 parent f4e267a commit d7c1d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tasks/OctoInstaller/OctoInstallerV5/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class Installer {
public async run(versionSpec: string) {
await executeWithSetResult(
async () => {
tasks.warning("Octopus CLI v5 is using a deprecated version of the Octopus CLI, we recommend using the latest version.");
tasks.warning("This task is using a deprecated version of the Octopus CLI, we recommend using the latest version.");
const endpoint = await new DownloadEndpointRetriever(this.octopurlsUrl).getEndpoint(versionSpec);
let toolPath = tools.findLocalTool(TOOL_NAME, endpoint.version);

Expand Down

0 comments on commit d7c1d4a

Please sign in to comment.