Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

Commit

Permalink
Fix: cal_exporter.rb: spelling miss
Browse files Browse the repository at this point in the history
  • Loading branch information
sotayamashita committed Apr 10, 2014
1 parent 6f413a9 commit a1d5bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cal_exporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
module CalExporter
class CLI < Thor

desc "calender CALENDER_ID FORMAT SAVE_LOCATION", "Export calender with specified file format"
def calender(calendar_id, format, save_location)
desc "calendar CALENDER_ID FORMAT SAVE_LOCATION", "Export calender with specified file format"
def calendar(calendar_id, format, save_location)
import = Importer.new(calendar_id)
calendars = import.fetch
export = Exporter.new(format, save_location)
Expand Down

0 comments on commit a1d5bd7

Please sign in to comment.