Skip to content

Commit 37ab71b

Browse files
Update generated bin/dev to be the same as cssbundling-rails
1 parent 5ae1843 commit 37ab71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
if ! gem list --silent --installed foreman
3+
if ! command -v foreman &> /dev/null
44
then
55
echo "Installing foreman..."
66
gem install foreman

0 commit comments

Comments
 (0)