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 f4977d5 commit f264e3fCopy full SHA for f264e3f
lib/install/dev
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-if ! command -v foreman &> /dev/null
+if ! foreman version &> /dev/null
4
then
5
echo "Installing foreman..."
6
gem install foreman
0 commit comments