Skip to content

Commit

Permalink
Moved desc
Browse files Browse the repository at this point in the history
  • Loading branch information
thesp0nge committed Feb 13, 2014
1 parent 59d98d5 commit 06df785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/codesake/dawn/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace :dawn do

desc 'Execute codesake-dawn on the current directory'
task :require do
begin
require 'codesake-dawn'
Expand All @@ -21,6 +20,7 @@
require 'codesake-dawn'
end

desc 'Execute codesake-dawn on the current directory'
task :run do
system "dawn ."
end
Expand Down

0 comments on commit 06df785

Please sign in to comment.