Skip to content

Commit

Permalink
Include the main.go reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.Bij committed Feb 20, 2023
1 parent 4f3ae81 commit 44e2eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/terraform-j2md/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import (
"fmt"
"io"
"os"
"terraform-j2md/internal/terraform"

"github.com/reproio/terraform-j2md/internal/terraform"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/abij/terraform-j2md
module github.com/reproio/terraform-j2md

go 1.18

Expand Down

0 comments on commit 44e2eb3

Please sign in to comment.