Skip to content

Commit

Permalink
Merge pull request #40 from slothbear/patch-1
Browse files Browse the repository at this point in the history
Better name for repository (?)
  • Loading branch information
tsechingho committed Oct 10, 2013
2 parents 541d574 + e0c0ace commit 98b4c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -3,8 +3,8 @@ require 'bundler/gem_tasks'
require File.expand_path('../lib/chosen-rails/source_file', __FILE__)

desc "Update with Harvest's Chosen Library"
task 'update-chosen', 'remote', 'branch' do |task, args|
remote = args['remote'] || 'https://github.com/harvesthq/chosen'
task 'update-chosen', 'repository_url', 'branch' do |task, args|
remote = args['repository_url'] || 'https://github.com/harvesthq/chosen'
branch = args['branch'] || 'master'
files = SourceFile.new
files.fetch remote, branch
Expand Down

0 comments on commit 98b4c20

Please sign in to comment.