Change the PRO_URL constant

This commit is contained in:
M. Mert Yildiran 2023-06-07 01:09:30 +03:00
parent 7208ed85d3
commit e4a09be4e2
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -28,7 +28,7 @@ var proCmd = &cobra.Command{
} }
const ( const (
PRO_URL = "https://console.kubeshark.co" PRO_URL = "https://console.kubeshark.co/cli"
PRO_PORT = 5252 PRO_PORT = 5252
) )