From 85ff9812175b7d02a6ac912ea12474ecd7272ad9 Mon Sep 17 00:00:00 2001 From: Chris Castle Date: Thu, 20 Apr 2017 11:07:32 -0700 Subject: [PATCH] Fix bad quote char in IAM policy (#108) --- Running-Mastodon/Heroku-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Heroku-guide.md b/Running-Mastodon/Heroku-guide.md index 783b57ca..9f74cbcb 100644 --- a/Running-Mastodon/Heroku-guide.md +++ b/Running-Mastodon/Heroku-guide.md @@ -77,7 +77,7 @@ To protect the privacy of the users of the your instance, you should have permis "s3:*" ], "Resource": [ - "arn:aws:s3:::hentailoan”, + "arn:aws:s3:::hentailoan", "arn:aws:s3:::hentailoan/*" ] }