Skip to content

Commit 85deddc

Browse files
committed
fix: typo in bundler require
fixes: #39
1 parent 6a5b6f3 commit 85deddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pact-publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ unset RUBYGEMS_GEMDEPS
2525
export BUNDLE_FROZEN=1
2626

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

0 commit comments

Comments
 (0)