We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5b6f3 commit 85deddcCopy full SHA for 85deddc
packaging/pact-publish.sh
@@ -25,4 +25,4 @@ unset RUBYGEMS_GEMDEPS
25
export BUNDLE_FROZEN=1
26
27
# 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" "$@"
+exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rbundler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-publish.rb" "$@"
0 commit comments