Skip to content

Commit

Permalink
Fix filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Oct 30, 2018
1 parent 7439393 commit 41d1fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/terraform/custom_code.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def substitute_test_paths(config)
end

def substitute_example_paths(config)
config = config.gsub('../static/img/header-logo.jpg', '../static/header-logo.png')
config = config.gsub('../static/img/header-logo.png', '../static/header-logo.png')
config = config.gsub('path/to/private.key', '../static/ssl_cert/test.key')
config.gsub('path/to/certificate.crt', '../static/ssl_cert/test.crt')
end
Expand Down

0 comments on commit 41d1fd5

Please sign in to comment.