File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
23
24
24
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
25
- exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I$LIBDIR /app/lib " $LIBDIR /app/pact-broker.rb" $@
25
+ exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I$LIBDIR /app/lib " $LIBDIR /app/pact-broker.rb" " $@ "
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
23
24
24
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
25
- exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I$LIBDIR /app/lib " $LIBDIR /app/pact-mock-service.rb" $@
25
+ exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I$LIBDIR /app/lib " $LIBDIR /app/pact-mock-service.rb" " $@ "
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ unset BUNDLE_IGNORE_CONFIG
23
23
unset RUBYGEMS_GEMDEPS # See https://github.com/pact-foundation/pact-mock-service-npm/issues/16
24
24
25
25
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
26
- exec " $LIBDIR /ruby/bin/ruby" -rbundler/setup -rreadline -I$LIBDIR /app/lib " $LIBDIR /app/pact-provider-verifier.rb" $@
26
+ exec " $LIBDIR /ruby/bin/ruby" -rbundler/setup -rreadline -I$LIBDIR /app/lib " $LIBDIR /app/pact-provider-verifier.rb" " $@ "
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ unset BUNDLE_IGNORE_CONFIG
23
23
unset RUBYGEMS_GEMDEPS # See https://github.com/pact-foundation/pact-mock-service-npm/issues/16
24
24
25
25
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
26
- exec " $LIBDIR /ruby/bin/ruby" -rbundler/setup -rreadline -I$LIBDIR /app/lib " $LIBDIR /app/pact-publish.rb" $@
26
+ exec " $LIBDIR /ruby/bin/ruby" -rbundler/setup -rreadline -I$LIBDIR /app/lib " $LIBDIR /app/pact-publish.rb" " $@ "
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
22
22
unset BUNDLE_IGNORE_CONFIG
23
23
24
24
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
25
- exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I$LIBDIR /app/lib " $LIBDIR /app/pact-stub-service.rb" $@
25
+ exec " $LIBDIR /ruby/bin/ruby" -rreadline -rbundler/setup -I$LIBDIR /app/lib " $LIBDIR /app/pact-stub-service.rb" " $@ "
You can’t perform that action at this time.
0 commit comments