Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Remove "development" default from debugger --network option
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Jun 15, 2020
1 parent ec1918a commit e5549b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/core/lib/commands/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const command = {
},
"network": {
describe: "Network to connect to",
type: "string",
default: "development"
type: "string"
},
"fetch-external": {
describe: "Allow debugging of external contracts",
Expand All @@ -23,7 +22,7 @@ const command = {
options: [
{
option: "--network",
description: "Network to connect to. Default: development"
description: "Network to connect to."
},
{
option: "--fetch-external",
Expand Down

0 comments on commit e5549b8

Please sign in to comment.