summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2014-10-22 16:00:39 -0700
committerJustin Mayer <entroP@gmail.com>2014-10-22 16:00:39 -0700
commitf9bd4acb10bb070d2404036ddf108878a58dec3f (patch)
treebcc0c65a1f72368f710c6aba62b2d9f6440553be
parent17c551c7934935ab5959b3705eafc69874054ed7 (diff)
parent5b389d6f36bcab96bad7b4cd5fdf5378710a802c (diff)
downloadpelican-f9bd4acb10bb070d2404036ddf108878a58dec3f.tar.gz
Merge pull request #1511 from olivierverdier/makefile_tab
Fix missing tab in Makefile template
-rw-r--r--pelican/tools/templates/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican/tools/templates/Makefile.in b/pelican/tools/templates/Makefile.in
index a8ffd6ca..8534595e 100644
--- a/pelican/tools/templates/Makefile.in
+++ b/pelican/tools/templates/Makefile.in
@@ -97,7 +97,7 @@ ftp_upload: publish
lftp ftp://$$(FTP_USER)@$$(FTP_HOST) -e "mirror -R $$(OUTPUTDIR) $$(FTP_TARGET_DIR) ; quit"
s3_upload: publish
- s3cmd sync $(OUTPUTDIR)/ s3://$(S3_BUCKET) --acl-public --delete-removed --guess-mime-type
+ s3cmd sync $(OUTPUTDIR)/ s3://$(S3_BUCKET) --acl-public --delete-removed --guess-mime-type
cf_upload: publish
cd $(OUTPUTDIR) && swift -v -A https://auth.api.rackspacecloud.com/v1.0 -U $(CLOUDFILES_USERNAME) -K $(CLOUDFILES_API_KEY) upload -c $(CLOUDFILES_CONTAINER) .