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 fe10889 commit 7e35e45Copy full SHA for 7e35e45
lib/install/dev
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-if ! gem list -i foreman; then
+if ! gem list foreman -i --silent; then
4
echo "Installing foreman..."
5
gem install foreman
6
fi
0 commit comments