Skip to content

Commit 3b36365

Browse files
committed
Temporal fix for internal package import
1 parent a9577df commit 3b36365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregator/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88

99
"github.com/urfave/cli/v2"
10-
"github.com/yetanotherco/aligned_layer/aggregator/internal/pkg"
10+
"github.com/lambdaclass/aligned_layer/aggregator/internal/pkg"
1111
"github.com/yetanotherco/aligned_layer/core/config"
1212
)
1313

0 commit comments

Comments
 (0)