summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpdate b/httpdate
index 437f345..d802967 100755
--- a/httpdate
+++ b/httpdate
@@ -1,3 +1,3 @@
#!/bin/bash
-date -s "$(curl -I google.com | sed -rn "s/^Date: (.*)$/\1/p")"
+date -s "$(curl -I https://google.com | sed -rn "s/^Date: (.*)$/\1/p")"