Skip to content

Commit

Permalink
Fixed conditional missing 'end'
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jul 18, 2015
1 parent 357ed47 commit f5832bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/refinery/edge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
"
gem 'refinerycms', path: '#{ENV['REFINERY_PATH']}'
"
end
else
append_file 'Gemfile' do
"
gem 'refinerycms', git: 'https://github.com/refinery/refinerycms', branch: 'master'
"
end
end

append_file 'Gemfile' do
Expand Down

0 comments on commit f5832bc

Please sign in to comment.