Skip to content

Commit

Permalink
install_wrap gen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Jan 25, 2016
1 parent 10d3542 commit b9c4521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ workflows:
title: Creating release install_wrap
inputs:
- content: |-
template_path = "./_scripts/install_wrap.md.template"
template_path = "./_scripts/install_wrap.sh.template"
puts " * template_path: #{template_path}"
target_path = "./_scripts/install_wrap.md"
target_path = "./_scripts/install_wrap.sh"
puts " * target_path: #{target_path}"
template_content = File.read(template_path)
final_content = template_content.gsub("{{version}}", ENV['RELEASE_VERSION'])
Expand Down

0 comments on commit b9c4521

Please sign in to comment.