Skip to content

Commit

Permalink
revert excessive reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Feb 28, 2024
1 parent 684f88e commit 8b839be
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ func NewGetService(interpretationTimeStore *interpretation_time_value_store.Inte
Capabilities: func() kurtosis_plan_instruction.KurtosisPlanInstructionCapabilities {
return &GetServiceCapabilities{interpretationTimeStore: interpretationTimeStore, serviceName: ""}
},
DefaultDisplayArguments: nil,
DefaultDisplayArguments: map[string]bool{
ServiceNameArgName: true,
},
}
}

Expand Down

0 comments on commit 8b839be

Please sign in to comment.