File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/stretchr/testify/require"
13
13
"golang.org/x/sys/windows/registry"
14
14
15
- "github.com/realvnc-labs/tacoscript/reg"
15
+ "github.com/realvnc-labs/tacoscript/tasks/support/ reg"
16
16
)
17
17
18
18
const baseTestKey = `HKLM:\Software\TestTacoScript`
Original file line number Diff line number Diff line change 9
9
"runtime"
10
10
"testing"
11
11
12
- "github.com/realvnc-labs/tacoscript/reg"
13
12
"github.com/realvnc-labs/tacoscript/tasks"
13
+ "github.com/realvnc-labs/tacoscript/tasks/support/reg"
14
14
"github.com/stretchr/testify/assert"
15
15
"github.com/stretchr/testify/require"
16
16
)
You can’t perform that action at this time.
0 commit comments