Skip to content

Commit 332f59f

Browse files
Merge pull request #88 from mineiros-io/soerenmartius/fix-docs
Fix visibility in example
2 parents ae524da + ff6bc2f commit 332f59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/public-repository/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "repository" {
2424
name = "my-public-repository"
2525
description = "A description of the repository."
2626
homepage_url = "https://github.com/mineiros-io"
27-
visibility = "private"
27+
visibility = "public"
2828
has_issues = true
2929
has_projects = false
3030
has_wiki = true

0 commit comments

Comments
 (0)