From 58a1db2bcb22e3b6b7229f4d3941bc8a85938abf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cam=20Sa=C3=BCl?= <cammsaul@gmail.com>
Date: Thu, 22 Oct 2015 17:02:37 -0700
Subject: [PATCH] Update developers-guide-osx.md

---
 docs/developers-guide-osx.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developers-guide-osx.md b/docs/developers-guide-osx.md
index c21291ef933..97e75f04d5d 100644
--- a/docs/developers-guide-osx.md
+++ b/docs/developers-guide-osx.md
@@ -9,7 +9,7 @@ You'll need to run the following commands before building the app:
 git submodule update --init
 
 # Install Perl modules used by ./setup and ./release
-sudo cpan install --force File::Copy::Recursive JSON Readonly String::Util Text::Caml WWW::Curl::Simple
+sudo cpan install File::Copy::Recursive JSON Readonly String::Util Text::Caml WWW::Curl::Simple
 
 # Copy JRE and uberjar
 ./bin/osx-setup
-- 
GitLab