Skip to content

Commit

Permalink
updated lsm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Burns committed Sep 30, 2010
1 parent a99bf2a commit 672dc83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lsm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
include Term::ANSIColor

version = `rake db:version`
unless version
exit "problem with rake"
end
sort_alphabetically = ARGV[0] == "s"
show_filename = ARGV.index "-f"
time = version.split(":")[1]
Expand Down

0 comments on commit 672dc83

Please sign in to comment.