1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-12 22:40:32 +08:00

Fix license URL typo

This commit is contained in:
Mohammed Naser
2018-12-04 19:14:27 -05:00
committed by Silver
parent b59fd4b7d8
commit 13f88b3739

View File

@@ -19,7 +19,7 @@ import (
const ( const (
developerPortal = "https://developers.cloudflare.com/argo-tunnel" developerPortal = "https://developers.cloudflare.com/argo-tunnel"
licenseUrl = developerPortal + "/licence/" licenseUrl = developerPortal + "/license/"
) )
var ( var (