We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9577df commit 3b36365Copy full SHA for 3b36365
1 file changed
aggregator/cmd/main.go
@@ -7,7 +7,7 @@ import (
7
"os"
8
9
"github.com/urfave/cli/v2"
10
- "github.com/yetanotherco/aligned_layer/aggregator/internal/pkg"
+ "github.com/lambdaclass/aligned_layer/aggregator/internal/pkg"
11
"github.com/yetanotherco/aligned_layer/core/config"
12
)
13
0 commit comments