Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Hlib Kanunnikov <[email protected]>
  • Loading branch information
vgonkivs and Wondertan authored Sep 14, 2023
1 parent 16d7786 commit c400d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/celestia/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func init() {

var nodeCmd = &cobra.Command{
Use: "node [command]",
Short: "Allows to interact with the \"administrative\" node.",
Short: "Allows administrating running node.",
Args: cobra.NoArgs,
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
rpcClient, err := newRPCClient(cmd.Context())
Expand Down

0 comments on commit c400d0b

Please sign in to comment.