Skip to content

Commit

Permalink
fix: typo in bundler require
Browse files Browse the repository at this point in the history
fixes: #39
  • Loading branch information
bethesque committed Aug 29, 2019
1 parent 6a5b6f3 commit 85deddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/pact-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rbundoler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-publish.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rbundler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-publish.rb" "$@"

0 comments on commit 85deddc

Please sign in to comment.