From e316cbcbfae297b6bcc27f18c34f4f29192f08a6 Mon Sep 17 00:00:00 2001 From: Alejandro Ruiz Date: Sat, 19 Nov 2016 16:43:49 +0100 Subject: [PATCH] clipper: use ~/.clipper.json in plist. Clipper allows configuring the address and port for the service in a ~/.clipper.json file, but the parameters passed from the command line (from the .plist) take precedence. As the used values are the default ones in Clipper if not specified, this change should not cause any issue for people without a config file. Closes #7078. Signed-off-by: Mike McQuaid --- Formula/clipper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/clipper.rb b/Formula/clipper.rb index 0b1f2d41b3..02fd4611b2 100644 --- a/Formula/clipper.rb +++ b/Formula/clipper.rb @@ -38,10 +38,6 @@ class Clipper < Formula ProgramArguments #{opt_bin}/clipper - --address - 127.0.0.1 - --port - 8377 EnvironmentVariables