Skip to content

Commit

Permalink
Fix launchr get service for keyring.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexbritvin committed Aug 22, 2023
1 parent 91fbdf2 commit a68043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (p *Plugin) PluginInfo() launchr.PluginInfo {

// OnAppInit implements launchr.Plugin interface.
func (p *Plugin) OnAppInit(app launchr.App) error {
app.GetService(p.k)
app.GetService(&p.k)
p.wd = app.GetWD()
return nil
}
Expand Down

0 comments on commit a68043f

Please sign in to comment.