Skip to content

Commit

Permalink
Merge pull request #2971 from k0da/rubygem_find_typo
Browse files Browse the repository at this point in the history
Fix typo in find-requires.sh
  • Loading branch information
eduardoj committed Apr 12, 2017
2 parents 4dd05f9 + 5cc276b commit c9fcb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/find-requires.sh
Expand Up @@ -16,7 +16,7 @@ pushd $tdir/open-build-service*/src/api >& /dev/null
ruby.ruby2.4 -rbundler -e 'exit' || echo "___ERROR_BUNDLER_NOT_INSTALLED___"

mode="resolve"
if [ "$limig" == "production" ]; then
if [ "$limit" == "production" ]; then
mode="specs_for([:default, :assets])"
fi

Expand Down

0 comments on commit c9fcb0c

Please sign in to comment.