Skip to content

Commit

Permalink
Rakefile analytics fix.
Browse files Browse the repository at this point in the history
rstacruz committed Jun 10, 2012
1 parent 1bcc5a8 commit 0ea5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ ENV['github'] ||= 'nadarei/mina'

task :build do
cmd = "bundle exec middleman build"
cmd = "analytics=#{ENV['analytics_id']} #{cmd}" if ENV['analytics_id']
cmd = "analytics_id=#{ENV['analytics_id'].inspect} #{cmd}" if ENV['analytics_id']
system cmd
raise "Failed" unless $?.to_i == 0
end

0 comments on commit 0ea5c8a

Please sign in to comment.