summaryrefslogtreecommitdiffstats
path: root/pkg/app
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-03 15:15:26 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-04 09:07:15 +1100
commit95b2e9540a55973a6ab32dd4522648634ab15b0a (patch)
tree060e999ab894da8ecc6ead32cf0ccee64b05fd21 /pkg/app
parent3911575041ab67731a59dd597332bfc4543a9569 (diff)
update tests
Diffstat (limited to 'pkg/app')
-rw-r--r--pkg/app/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/app/app.go b/pkg/app/app.go
index 4fcbdc5b8..c1a28ff1c 100644
--- a/pkg/app/app.go
+++ b/pkg/app/app.go
@@ -122,7 +122,7 @@ func NewApp(config config.AppConfigurer, filterPath string) (*App, error) {
return app, nil
}
- app.OSCommand = oscommands.NewOSCommand(app.Common)
+ app.OSCommand = oscommands.NewOSCommand(app.Common, oscommands.GetPlatform())
app.Updater, err = updates.NewUpdater(app.Common, config, app.OSCommand)
if err != nil {