Skip to content

Commit 9fb3872

Browse files
authored
Merge pull request #1193 from GeorgeTsagk/ci-litd-itest-fix
Fix LitD itest CI
2 parents f0907b5 + 97bf425 commit 9fb3872

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)