diff options
Diffstat (limited to 'internal/app/system.go')
| -rw-r--r-- | internal/app/system.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/system.go b/internal/app/system.go index 56966479..4aeaec2d 100644 --- a/internal/app/system.go +++ b/internal/app/system.go @@ -38,7 +38,7 @@ type appSeal struct { // path to launcher program toolPath string // pass-through enablement tracking from config - et state.Enablements + et system.Enablements // prevents sharing from happening twice shared bool |
