Skip to content

Commit

Permalink
chore: Remove trailing slash from URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn committed Mar 1, 2024
1 parent 6a2e657 commit 476cd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octopus-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {OctopusCLIVersionFetcher} from './octopusCLIVersionFetcher'

const osPlatform: string = os.platform()
const ext: string = osPlatform === 'win32' ? 'zip' : 'tar.gz'
const baseUrl = `https://oc.to`
const baseUrl = `https://g.octopushq.com`
const versionsUrl = `${baseUrl}/OctopusCLIVersions`
const latestToolsUrl = `${baseUrl}/LatestTools`
const http: HttpClient = new HttpClient(
Expand Down

0 comments on commit 476cd16

Please sign in to comment.