Skip to content

Commit 44b94c6

Browse files
authored
Merge pull request #95 from dorianmariefr/patch-1
Update generated bin/dev to be the same as cssbundling-rails
2 parents 5ae1843 + 37ab71b commit 44b94c6

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)