diff options
| author | James Conroy-Finn | 2014-09-06 11:00:01 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-09-06 22:33:47 -0500 |
| commit | 2273710539fd2de9b574577ab666ad993bb01705 (patch) | |
| tree | b0ec8b0f78b88073736051d71231e616cc6522cf /Library | |
| parent | b7a62268fbf2657ec42d6708438eee45c8a66099 (diff) | |
| download | homebrew-2273710539fd2de9b574577ab666ad993bb01705.tar.bz2 | |
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/arm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
