Skip to content

Commit

Permalink
Rakefile fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
webdev778 committed Sep 30, 2021
1 parent c860756 commit 050e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task :version, [:ver, :part] do |t, ver|

File.write(rubyfile, rubyver) if %w[all ruby].include? part
File.write(jsfile, jsver) if %w[all js].include? part
File.write(mapsfile, mapsver) %w[all maps].include? part
File.write(mapsfile, mapsver) if %w[all maps].include? part
end

task :generate_visualization_html do
Expand Down

0 comments on commit 050e28b

Please sign in to comment.