Skip to content

Commit

Permalink
fix: use correct path to get root (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweris authored Oct 22, 2023
1 parent e825d51 commit 0fcf43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daggerverse/source/dagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "source",
"sdk": "go",
"root": "../../.."
"root": "../.."
}

0 comments on commit 0fcf43c

Please sign in to comment.