Skip to content

Commit

Permalink
Re-adds 'ipfs bootstrap' list alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergrrl committed Apr 28, 2016
1 parent c7f3bf6 commit c006803
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/commands/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ var BootstrapCmd = &cmds.Command{
"add": bootstrapAddCmd,
"rm": bootstrapRemoveCmd,
},

Run: bootstrapListCmd.Run,
Marshalers: bootstrapListCmd.Marshalers,
Type: bootstrapListCmd.Type,
}

var bootstrapAddCmd = &cmds.Command{
Expand Down

0 comments on commit c006803

Please sign in to comment.