summaryrefslogtreecommitdiffstats
path: root/ds9/library/catvot.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/catvot.tcl')
-rw-r--r--ds9/library/catvot.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/catvot.tcl b/ds9/library/catvot.tcl
index ad040ef..1425391 100644
--- a/ds9/library/catvot.tcl
+++ b/ds9/library/catvot.tcl
@@ -16,6 +16,7 @@ proc CATVOTURL {url catalog title} {
ftp {CATVOTFTP $r(authority) $r(path)}
file {CATVOTFile $r(path)}
http -
+ https -
default {CATVOTHTTP $url $catalog $title}
}
}