Skip to content

Commit c4bf762

Browse files
authored
Merge pull request #88 from dlindahl/chore/minor-updates
Chore/minor updates
2 parents 8865e94 + 4a3e52f commit c4bf762

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.rubocop_todo.yml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/omniauth/strategies/cas.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def validate_cas_setup
152152
# +service+ and add it and the +ticket+ as paraemters to the
153153
# CAS serviceValidate URL.
154154
#
155-
# @param [String] service the service (a.k.a. return-to) URL
155+
# @param [String] service_url the service (a.k.a. return-to) URL
156156
# @param [String] ticket the ticket to validate
157157
#
158158
# @return [String] a URL like `http://cas.mycompany.com/serviceValidate?service=...&ticket=...`

0 commit comments

Comments
 (0)