mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Minor Fixes
This commit is contained in:
parent
15304529f2
commit
065556d21a
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func (c *AttachCommand) remoteConsole(args []string) error {
|
|||
defer console.Stop(false)
|
||||
|
||||
if len(args) > 1 {
|
||||
if script := args[1]; script == "exec" {
|
||||
if script := args[1]; script == "--exec" {
|
||||
console.Evaluate(args[2])
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue