From dbf719b59b7cd4b1b6d800a6886bd66395e1417d Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Jun 2024 22:16:23 +0000 Subject: [PATCH] scripts/check-uninsane: fix the git.uninsane.org check to work even w/o access to SSH keys --- scripts/check-uninsane | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-uninsane b/scripts/check-uninsane index b5cf3f92..d16e2e6e 100755 --- a/scripts/check-uninsane +++ b/scripts/check-uninsane @@ -54,7 +54,7 @@ check "uninsane.org DMARC record" nslookup -querytype=TXT _dmarc.uninsane.org. check "servo-hn wireguard network" ping -c 1 -W 3 servo-hn -check "git.uninsane.org" git ls-remote origin --quiet +check "git.uninsane.org" git ls-remote https://git.uninsane.org/colin/nix-files.git --quiet lftpgetIntoTmp() { local url="$1"