]> git.armaanb.net Git - bin.git/blobdiff - scoop-cgi
Fix indentation on all programs
[bin.git] / scoop-cgi
index 00241c4667c53fd7718f883f2bec9ecf9bd920e1..b7531ecb7df6192252ccb70709ccb01f9040593d 100755 (executable)
--- a/scoop-cgi
+++ b/scoop-cgi
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
-# CGI script to get irc logs from scoop. Powers https://logs.armaanb.net.
+# CGI script to get irc logs from scoop. Powers https://irclogs.armaanb.net.
 
 channel=$(echo "$PATH_INFO" | awk -F / '{print $2}')
 if [ -z "$channel" ]; then