diff options
author | rgnv <rondutt@gmail.com> | 2018-04-12 15:41:31 -0700 |
---|---|---|
committer | rgnv <rondutt@gmail.com> | 2018-04-12 15:41:31 -0700 |
commit | ec90b081f0fed05497ce6ae21e4b4ba4d44ecc01 (patch) | |
tree | 73aa9f6a51753ed5575166dc9c201041031e27d0 /docs | |
parent | 48e50aca2229214fd5465d7faf1bd2908358c9ab (diff) |
fix formatting to comply with Rubocop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Hooks.md b/docs/Hooks.md index b11570a..ee7b3ee 100644 --- a/docs/Hooks.md +++ b/docs/Hooks.md @@ -188,7 +188,7 @@ Note the channel name must be in quotes. The `ciscosparkdiff` hook posts config diffs to a [Cisco Spark](https://www.ciscospark.com/) space of your choice. It only triggers for `post_store` events. -You will need to manually install the `cisco_spark` gem on your system (see [cisco_spark-ruby](https://github.com/NGMarmaduke/cisco_spark-ruby ) and generate either a [Bot or OAUTH access key](https://developer.ciscospark.com/apps.html), and retrieve the [Spark Space ID](https://developer.ciscospark.com/endpoint-rooms-get.html) +You will need to manually install the `cisco_spark` gem on your system (see [cisco_spark-ruby](https://github.com/NGMarmaduke/cisco_spark-ruby)) and generate either a [Bot or OAUTH access key](https://developer.ciscospark.com/apps.html), and retrieve the [Spark Space ID](https://developer.ciscospark.com/endpoint-rooms-get.html) ```shell gem install cisco_spark |