Skip to content

Commit

Permalink
Fix (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored Jan 29, 2024
1 parent adea9a1 commit 619ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runner/client/client_remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (r *RemoteRunner) RunTask(ctx context.Context, task project.Task) error {
tty := block.Interactive()

customShell := r.customShell
if fmtr.Shell != "" {
if fmtr != nil && fmtr.Shell != "" {
customShell = fmtr.Shell
}

Expand Down

0 comments on commit 619ff1e

Please sign in to comment.