Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Mar 27, 2024
1 parent a763992 commit de3995e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions magicenv/dagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "magicenv",
"sdk": "go",
"source": ".",
"engineVersion": "v0.10.2"
}
2 changes: 1 addition & 1 deletion magicenv/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ require (
)

require (
github.com/hashicorp/go-envparse v0.1.0 // indirect
github.com/hashicorp/go-envparse v0.1.0
github.com/stretchr/testify v1.9.0 // indirect
)
2 changes: 1 addition & 1 deletion magicenv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (m *Magicenv) LoadEnv(
// The path to the environment file to load.
//
//+optional
//+default=.env
//+default=".env"
path string,
) (*Container, error) {
// Get the content of the .env file
Expand Down

0 comments on commit de3995e

Please sign in to comment.