Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
ideyaa committed Sep 10, 2024
1 parent 22ffd2e commit 0955e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/solara
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

if RUBY_VERSION < '2.0.0'
abort("solara requires Ruby 2.0.0 or higher")
abort("Solara requires Ruby 2.0.0 or higher")
end

Dir.glob("#{__dir__}/core/scripts/*.rb").each { |file| require file }
Expand Down

0 comments on commit 0955e5d

Please sign in to comment.