Skip to content

Commit 97bf425

Browse files
committed
ci: fix litd-itest replace directive
1 parent f0907b5 commit 97bf425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
- name: Update go.mod to use the local Tap repository
318318
working-directory: ./lightning-terminal
319319
run: |
320-
go mod edit -replace=github.com/lightning-labs/taproot-assets=../
320+
go mod edit -replace=github.com/lightninglabs/taproot-assets=../
321321
go mod tidy
322322
323323
- name: Install yarn

0 commit comments

Comments
 (0)