From 2273710539fd2de9b574577ab666ad993bb01705 Mon Sep 17 00:00:00 2001 From: James Conroy-Finn Date: Sat, 6 Sep 2014 11:00:01 +0100 Subject: arm: fix mention of armrc in caveats Placing your configuration in `~/.arm/.armrc` does not work. The correct place to keep the configuration file is `~/.arm/armrc`, as can be seen here: https://github.com/flamsmark/arm/blob/e2e3091c1af2741e046831fdecd73677b3c1652b/src/starter.py#L35 Closes #32126. Signed-off-by: Jack Nagel --- Library/Formula/arm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/arm.rb b/Library/Formula/arm.rb index dd55a20f5..7f147a2e7 100644 --- a/Library/Formula/arm.rb +++ b/Library/Formula/arm.rb @@ -16,7 +16,7 @@ class Arm < Formula To configure Arm, copy the sample configuration from #{share}/arm/armrc.sample - to ~/.arm/.armrc, adjusting as needed. + to ~/.arm/armrc, adjusting as needed. EOS end end -- cgit v1.2.3