Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Fixed invalid reference to initial status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 4, 2018
1 parent f79f570 commit f226a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource "aws_s3_bucket" "_" {
resource "aws_s3_bucket_object" "_" {
bucket = "${aws_s3_bucket._.bucket}"
key = "${var.github_repository}/status.svg"
source = "${path.module}/share/assets/unknown.svg"
source = "${path.module}/share/badges/unknown.svg"
acl = "public-read"
cache_control = "no-cache, no-store, must-revalidate"
content_type = "image/svg+xml"
Expand Down

0 comments on commit f226a17

Please sign in to comment.