From a6300ecbdb6f5e3f4a08daa5c8ca85feb1135417 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 17 Oct 2010 23:14:07 +0200 Subject: [PATCH] Mewrging --- pkg/fedora/make-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 4dbee30b2..564ce02fb 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -193,7 +193,7 @@ set -x if [ "$BUNDLE_FIX" = 'yes' ]; then rm -f Gemfile.lock rm -rf .bundle - bundle update --path="../$bundle_name/bundle" + bundle update fi bundle install --deployment \ --path="../$bundle_name/bundle" \