diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-02-07 11:47:34 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-02-07 11:47:34 -0500 |
commit | c19e5c6135b0b602835ae71aafd96df7188cffbb (patch) | |
tree | 87fb972611b6aac993e6d0a341fdc95dd346c6ee /bin/sisu_termsheet | |
parent | increment year (2011) for bin and lib/sisu/v3 (diff) |
REMOVE sisu v1
Diffstat (limited to 'bin/sisu_termsheet')
-rw-r--r-- | bin/sisu_termsheet | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sisu_termsheet b/bin/sisu_termsheet index 340013d2..5a9da294 100644 --- a/bin/sisu_termsheet +++ b/bin/sisu_termsheet @@ -6,8 +6,6 @@ raise "Please, use Ruby1.8 (1.8.4 or later), current Ruby #{RUBY_VERSION}" if RU $VERBOSE=nil argv=$* SiSU_version_dir=case argv.inspect -when /--v1/ - 'v1' when /--v2/ 'v2' when /--v3/ |