Skip to content

Commit

Permalink
cmd: always call setproctitle (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyXSD authored Jan 29, 2022
1 parent be7bf8b commit f3f0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,6 @@ func removePassword(uri string) {
break
}
}
gspt.SetProcTitle(strings.Join(os.Args, " "))
}
gspt.SetProcTitle(strings.Join(os.Args, " "))
}

0 comments on commit f3f0b04

Please sign in to comment.