Skip to content

Commit

Permalink
fix: compiler issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Jan 26, 2025
1 parent 9a89232 commit 7ed5771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func Init_Exec_Command(parentCmd *cobra.Command, app *types.AppContext) {

userMessage = strings.TrimSpace(userMessage)

shell := utils.GetShell()
shell := app.GetShell()
app.Debug(fmt.Sprintf("Shell: %v", shell))
operatingSystem := runtime.GOOS
app.Debug(fmt.Sprintf("Operating system: %v", operatingSystem))
Expand Down

0 comments on commit 7ed5771

Please sign in to comment.