Skip to content

Commit 7e35e45

Browse files
Update lib/install/dev
Co-authored-by: Kevyn Lebouille <kevyn.lebouille@opsone.net>
1 parent fe10889 commit 7e35e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
if ! gem list -i foreman; then
3+
if ! gem list foreman -i --silent; then
44
echo "Installing foreman..."
55
gem install foreman
66
fi

0 commit comments

Comments
 (0)