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

Commit f226a17

Browse files
committed
Fixed invalid reference to initial status badge
1 parent f79f570 commit f226a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ resource "aws_s3_bucket" "_" {
9696
resource "aws_s3_bucket_object" "_" {
9797
bucket = "${aws_s3_bucket._.bucket}"
9898
key = "${var.github_repository}/status.svg"
99-
source = "${path.module}/share/assets/unknown.svg"
99+
source = "${path.module}/share/badges/unknown.svg"
100100
acl = "public-read"
101101
cache_control = "no-cache, no-store, must-revalidate"
102102
content_type = "image/svg+xml"

0 commit comments

Comments
 (0)