Skip to content

Commit

Permalink
Fix rake desc
Browse files Browse the repository at this point in the history
  • Loading branch information
dankohn committed May 3, 2016
1 parent 6653f60 commit e760b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/default.rake
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ namespace :fastly do
end
end

desc 'Copy database from production into development (requires access privs)'
desc 'Drop development database'
task :drop_database do
puts 'Dropping database development'
# Command from http://stackoverflow.com/a/13245265/1935918
Expand Down

0 comments on commit e760b67

Please sign in to comment.