aboutsummaryrefslogtreecommitdiff
path: root/bin/rfcf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-22 20:06:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-22 20:06:13 +1200
commit3b144eaf6a9d4459eef1b7e3efacdb8b3419c0a7 (patch)
treeec7c2d778e7b89dd146b2fe6f2b54620bef9eb2b /bin/rfcf
parentSplit completions that use ssh_config(5) hosts (diff)
downloaddotfiles-3b144eaf6a9d4459eef1b7e3efacdb8b3419c0a7.tar.gz
dotfiles-3b144eaf6a9d4459eef1b7e3efacdb8b3419c0a7.zip
Add some appropriate flags to curl(1) calls
Diffstat (limited to 'bin/rfcf')
-rwxr-xr-xbin/rfcf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rfcf b/bin/rfcf
index 72c076a9..633eaace 100755
--- a/bin/rfcf
+++ b/bin/rfcf
@@ -9,4 +9,4 @@ fi
rn=$1
# Retrieve the RFC with curl(1)
-curl https://tools.ietf.org/rfc/rfc"$rn".txt
+curl -fsSL https://tools.ietf.org/rfc/rfc"$rn".txt