Skip to content

Commit

Permalink
Pronto Gem file based revised
Browse files Browse the repository at this point in the history
  • Loading branch information
vilusa committed Feb 24, 2019
1 parent 9aff62d commit 74d395b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def git_and_git_flow_commands

def add_pronto_to_gemfile
# Add gems
append_file('Gemfile', template_content('Pronto.erb'))
append_file('Gemfile', template_content('pronto/pronto_Gemfile.erb'))
bundle_command 'update'
bundle_command 'install'
end
Expand Down
File renamed without changes.

0 comments on commit 74d395b

Please sign in to comment.