From 54929ed9d19c77bf681ba745e07f1061683ec284 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 20 May 2015 17:55:12 +0200 Subject: infest & networking: fix deploy from localhost --- infest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infest') diff --git a/infest b/infest index 95abdda2..b9332169 100755 --- a/infest +++ b/infest @@ -52,7 +52,7 @@ main() { cac_listservers() { if test -z "${cac_via-}"; then curl -fsS \ - "https://panel.cloudatcost.com/api/v1/listservers.php?key=$cac_key\&login=$cac_login" + "https://panel.cloudatcost.com/api/v1/listservers.php?key=$cac_key&login=$cac_login" else ssh -q $cac_via -t curl -fsS \ "https://panel.cloudatcost.com/api/v1/listservers.php?key=$cac_key\\&login=$cac_login" -- cgit v1.2.3