Skip to content

Commit 089f6a2

Browse files
committed
Fix windows package reference
1 parent b3bb008 commit 089f6a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/support/reg/registry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/stretchr/testify/require"
1313
"golang.org/x/sys/windows/registry"
1414

15-
"github.com/realvnc-labs/tacoscript/reg"
15+
"github.com/realvnc-labs/tacoscript/tasks/support/reg"
1616
)
1717

1818
const baseTestKey = `HKLM:\Software\TestTacoScript`

tasks/winreg/wrtask_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"runtime"
1010
"testing"
1111

12-
"github.com/realvnc-labs/tacoscript/reg"
1312
"github.com/realvnc-labs/tacoscript/tasks"
13+
"github.com/realvnc-labs/tacoscript/tasks/support/reg"
1414
"github.com/stretchr/testify/assert"
1515
"github.com/stretchr/testify/require"
1616
)

0 commit comments

Comments
 (0)