Skip to content

Commit 83afea6

Browse files
committed
Update README.md
Just a missing closing parens!
1 parent 54a65d1 commit 83afea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To override the default behavior and control the destination of log messages, pr
102102
a ruby Logger object to the gem's logging singleton:
103103

104104
```ruby
105-
OneLogin::RubySaml::Logging.logger = Logger.new(File.open('/var/log/ruby-saml.log', 'w')
105+
OneLogin::RubySaml::Logging.logger = Logger.new(File.open('/var/log/ruby-saml.log', 'w'))
106106
```
107107

108108
## The Initialization Phase

0 commit comments

Comments
 (0)