From a32baeef465d2f9fdc210887589c9ae6a7d7d081 Mon Sep 17 00:00:00 2001 From: John Barnette Date: Wed, 3 Oct 2012 10:40:34 -0700 Subject: [PATCH] Remove librarian-puppet config like bundler --- script/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/script/bootstrap b/script/bootstrap index 841e133..41a580a 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -9,6 +9,7 @@ # We don't want old config hanging around. rm -rf .bundle/config +rm -rf .librarian/puppet/config # Export CC to explicitly set the compiler used for cexts. -- 1.8.5.3