Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune <afiune@chef.io>
  • Loading branch information
Salim Afiune committed May 16, 2019
1 parent 9fe440d commit ee30fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/hab/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,8 +1213,8 @@ fn maybe_add_event_stream_options(mut app: App<'static, 'static>,
.takes_value(true)
.validator(non_empty));
app = app.arg(Arg::with_name("EVENT_STREAM_SITE").help("The name of the site where this \
Supervisor is running. It is used \
for event stream purposes.")
Supervisor is running. It is \
used for event stream purposes.")
.long("event-stream-site")
.takes_value(true)
.validator(non_empty));
Expand Down

0 comments on commit ee30fc0

Please sign in to comment.