From 5c58033e46df002d375e336e6c1ad0bc11a36ff5 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Mon, 6 May 2019 09:41:33 +0200 Subject: [PATCH] update url for curl --- curl/generate-source-code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/generate-source-code.sh b/curl/generate-source-code.sh index 94231b3..e57719d 100755 --- a/curl/generate-source-code.sh +++ b/curl/generate-source-code.sh @@ -1,3 +1,3 @@ #!/bin/bash -curl http://www.ysoft.com -o index.html --libcurl download.c +curl https://www.ysoft.com -o index.html --libcurl download.c