Skip to content

Commit

Permalink
Fixed bug #135 - failed installation of templates from a remote git r…
Browse files Browse the repository at this point in the history
…epository
  • Loading branch information
Egor Tolstoy committed Aug 20, 2016
1 parent 834e780 commit 3319eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generamba/template/installer/remote_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def install_template(template_declaration)
Git.clone(repo_url, template_name, :path => temp_path)
end

template_path = "#{template_dir}/#{template_name}"
template_path = "#{template_dir}"

rambaspec_exist = Generamba::RambaspecValidator.validate_spec_existance(template_name, template_path)
unless rambaspec_exist
Expand Down

0 comments on commit 3319eda

Please sign in to comment.