Skip to content

Commit

Permalink
inception: Add config to xdg commands
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed May 22, 2024
1 parent b3f2fc4 commit bac5ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/qubesome/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func runCmd(cfg *types.Config, p *types.Profile, args []string) error {
}

func xdgCmd(cfg *types.Config, p *types.Profile, args []string) error {
return XdgRun(WithProfile(p.Name), WithExtraArgs(args))
return XdgRun(WithConfig(cfg), WithProfile(p.Name), WithExtraArgs(args))
}

func XdgRun(opts ...command.Option[Options]) error {
Expand Down

0 comments on commit bac5ef2

Please sign in to comment.