diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-06 18:04:15 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-06 18:04:15 +0800 |
commit | 0f7d4cb8a734227ea85f46c5b934ed1b85a51b3c (patch) | |
tree | 4ef6b6066ed871ab09d143424c89fb455dd65215 | |
parent | c91649c2d0acee4d50bba38d6f26ec894f8da020 (diff) |
xsl: fix copy-lfs-patch.sh generation
-rw-r--r-- | stylesheets/patcheslist.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl index 8ef3e6de2..d562ee2d7 100644 --- a/stylesheets/patcheslist.xsl +++ b/stylesheets/patcheslist.xsl @@ -11,7 +11,7 @@ <!-- Allow select the dest dir at runtime --> <xsl:param name="dest.dir"> - <xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'http://'))"/> + <xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'https://'))"/> </xsl:param> <xsl:template match="/"> |