Skip to content

Commit

Permalink
change thoughtbot/rcm to thoughtbot/formulae
Browse files Browse the repository at this point in the history
Started reading the thoughtbot playbook last week, which led me to laptop. Calling mac from Terminal went fine untill the last installation which yielded "ERROR: no available formula for rcm". Googling the error message brought me to Matthew Sumner's commit # 2915cf1f696777a7438d0bbf92f688f32e1e8264 in the dotfile repo. Applying the same modif to the laptop mac shell script got rid of the error message. If you accept my pull-in request, that'd be my first ofishal contribution to the open source world.
  • Loading branch information
arnaudbouffard committed Feb 9, 2014
1 parent 5d749c0 commit 8379861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac-components/rcm
@@ -1,3 +1,3 @@
fancy_echo "Installing rcm, to manage your dotfiles ..."
brew tap thoughtbot/rcm
brew tap thoughtbot/formulae
brew install rcm

0 comments on commit 8379861

Please sign in to comment.