Skip to content

Commit

Permalink
fixed small issue with csv generator. version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
sephirothkod committed Nov 17, 2017
1 parent 8760731 commit e667e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/cdm_migrator/cdm/mappings.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ table td{
border:1px solid black;
}
</style>
<%= form_tag cdm_generate_path.gsub("generate",".csv") do %>
<%= form_tag cdm_generate_path.gsub("generate","generate.csv") do %>
<%= hidden_field_tag "collection", params[:collection] %>
<%= hidden_field_tag "file_system", params[:file_system] %>
<table>
Expand Down
2 changes: 1 addition & 1 deletion lib/cdm_migrator/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CdmMigrator
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit e667e93

Please sign in to comment.