Skip to content

Commit

Permalink
MAINT: fix mistake in doc upload rule
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
pv committed Oct 29, 2015
1 parent c0e48cf commit cc2a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ upload:
ssh $(USERNAME)@new.scipy.org mv $(UPLOAD_DIR)/numpy-html.zip \
$(UPLOAD_DIR)/numpy-html-$(RELEASE).zip
ssh $(USERNAME)@new.scipy.org rm $(UPLOAD_DIR)/dist.tar.gz
ssh $(USERNAME)@new.scipy.org cp -r $(UPLOAD_DIR)/* /srv/docs_scipy_org/doc/numpy
ssh $(USERNAME)@new.scipy.org ln -snf numpy-$(RELEASE) /srv/docs_scipy_org/doc/numpy
ssh $(USERNAME)@new.scipy.org /srv/bin/fixperm-scipy_org.sh

#------------------------------------------------------------------------------
Expand Down

0 comments on commit cc2a272

Please sign in to comment.