summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xupdate_latest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_latest.sh b/update_latest.sh
index 834f8f814..fd12fbcdc 100755
--- a/update_latest.sh
+++ b/update_latest.sh
@@ -16,7 +16,7 @@ for f in $(ls "downloads/$version/"); do \
 done
 
 ln -sf --no-target-directory "$version" "downloads/latest"
-/bin/echo -e "RewriteEngine On\nRewriteRule latest(.*) /downloads/${version}\$1 [L,R=302]" > .htaccess
+/bin/echo -e "RewriteEngine On\nRewriteRule latest(.*) /downloads/${version}\$1 [L,R=302]" > downloads/.htaccess
 
 echo -n "$version" > latest/version