Skip to content

Commit

Permalink
Merge pull request googleapis#506 from wireframe/patch-1
Browse files Browse the repository at this point in the history
fix spelling of `attendees` option
  • Loading branch information
sqrrrl authored Dec 7, 2016
2 parents f1dd882 + bd213e3 commit 04e249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cli/lib/samples/calendar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def schedule

event = {
summary: options[:summary],
attendees: Array(options[:attenddes]).map { |email| { email: email } },
attendees: Array(options[:attendees]).map { |email| { email: email } },
start: {
date_time: DateTime.parse(options[:start])
},
Expand Down

0 comments on commit 04e249b

Please sign in to comment.