Skip to content

Commit

Permalink
Constant: remove unused DefaultPodmanURLBase constant
Browse files Browse the repository at this point in the history
Podman binary is shipped as part of bundle so `DefaultPodmanURLBase`
is not consumed anymore.
  • Loading branch information
praveenkumar committed Sep 2, 2022
1 parent 905013d commit 9afa0b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/crc/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const (
LogFile = "crc.log"
DaemonLogFile = "crcd.log"
CrcLandingPageURL = "https://console.redhat.com/openshift/create/local" // #nosec G101
DefaultPodmanURLBase = "https://storage.googleapis.com/libpod-master-releases"
DefaultAdminHelperURLBase = "https://github.com/code-ready/admin-helper/releases/download/v%s/%s"
CRCMacTrayDownloadURL = "https://github.com/code-ready/tray-electron/releases/download/%s/crc-tray-macos.tar.gz"
CRCWindowsTrayDownloadURL = "https://github.com/code-ready/tray-electron/releases/download/%s/crc-tray-windows.zip"
Expand Down

0 comments on commit 9afa0b9

Please sign in to comment.