We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d0147 commit 211ecc5Copy full SHA for 211ecc5
scripts/config_version.sh
@@ -1,5 +1,10 @@
1
#!/bin/sh
2
3
+if [ $# -ne 2 -o ! -d "$1" -o ! -d "$1/$2" ]; then
4
+ echo "usage: $0 <environmentpath> <environment>" >&2
5
+ exit 1
6
+fi
7
+
8
ruby=ruby
9
script="$1/$2/scripts/config_version.rb"
10
0 commit comments