Compare commits
4 Commits
v0.37.0.pr
...
v0.37.0.pr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9632227d29 | ||
|
|
288d118ca4 | ||
|
|
576455b8d7 | ||
|
|
e1d3955d3c |
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
foreman (0.37.0.pre4)
|
||||
foreman (0.37.0.pre5)
|
||||
term-ansicolor (~> 1.0.7)
|
||||
thor (>= 0.13.6)
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ shift $((OPTIND-1))
|
||||
|
||||
command=$1
|
||||
|
||||
if [ "$1" == "" ]; then
|
||||
if [ -z "$1" ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module Foreman
|
||||
|
||||
VERSION = "0.37.0.pre4"
|
||||
VERSION = "0.37.0.pre5"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user