check-dead-repos.fish: Fix indentation

parent a6766fef
......@@ -13,8 +13,8 @@
function read_repository -a user_repo
set -l url https://api.github.com/repos/$user_repo
test "$USERNAME:$TOKEN" != ":"
and curl -s -u $USERNAME:$TOKEN $url
or curl -s $url
and curl -s -u $USERNAME:$TOKEN $url
or curl -s $url
end
set -l packages packages/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment