diff options
author | José Valim <jose.valim@gmail.com> | 2009-06-26 10:49:43 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2009-06-26 11:59:14 +0200 |
commit | d40bd851190dd734a09965979c8ade285e51d52c (patch) | |
tree | cdc0b3ce15a5984fd1dc7a1bf18c4c42ff2ae2cc /railties/bin/gen | |
parent | 2f3681dfc24e51698b9b900a5d03950da4508d2c (diff) | |
download | rails-d40bd851190dd734a09965979c8ade285e51d52c.tar.gz rails-d40bd851190dd734a09965979c8ade285e51d52c.tar.bz2 rails-d40bd851190dd734a09965979c8ade285e51d52c.zip |
Small fixes.
Diffstat (limited to 'railties/bin/gen')
-rwxr-xr-x | railties/bin/gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/gen b/railties/bin/gen index 8dc6ba3cb0..036b1d8275 100755 --- a/railties/bin/gen +++ b/railties/bin/gen @@ -23,7 +23,7 @@ if ARGV.size == 0 puts "Please select a generator." puts "Builtin: #{rails.join(', ')}." - puts "Others: #{others.join(', ')}." + puts "Others: #{others.join(', ')}." unless others.empty? exit elsif ARGV.size == 1 |