diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-05-17 22:58:22 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-05-17 22:58:22 (GMT) |
commit | 9b5f34a8ecbac1d67ef6a9d974889319bab733d0 (patch) | |
tree | 751ea87c6fff099cfa2ce3d8e5bae939c70c4592 /scripts/publish-macosx.sh | |
parent | 26df5c446647aec19fa8a8615e61702950691746 (diff) |
fix bad url being pushed to website, bug report per Andrew Plumb
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 9d0423d..a3b0090 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -21,7 +21,7 @@ update_www_download_links() filesize=$(human_filesize $filesize) webdir=../openscad.github.com incfile=inc/mac_snapshot_links.js - BASEURL='https://openscad.google.com/files/' + BASEURL='https://openscad.googlecode.com/files/' DATECODE=`date +"%Y.%m.%d"` if [ -f $webdir/$incfile ]; then |