Skip to content

Commit

Permalink
Fix duplicate slash in URL for github repository file update branch href
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 21, 2022
1 parent f518884 commit 6f8f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/update-github-repository-file/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "branch_href" {
description = "Link to the newly-created branch"
value = join("/", [
"https://github.com/",
"https://github.com",
var.organization,
var.repository,
"tree",
Expand Down

0 comments on commit 6f8f013

Please sign in to comment.