Skip to content

Commit efcf021

Browse files
author
Moritz Clasmeier
committed
Move panner printing
1 parent f92fc47 commit efcf021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/subshell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ func runCommandOrSubshell(centralDeploymentInfo types.CentralDeploymentInfo, log
4747
var cmd *exec.Cmd
4848

4949
if subShellMode(args) {
50-
printBanner(centralDeploymentInfo)
5150
shellPath := resolveShellPath()
5251
log.Infof("Spawning sub-shell: %s", shellPath)
52+
printBanner(centralDeploymentInfo)
5353
cmd = exec.Command(shellPath, "-i")
5454
} else {
5555
// args is non-empty.

0 commit comments

Comments
 (0)