Skip to content

Commit

Permalink
[thoughtbot#31] Depend on zsh publicly, and sh where possible
Browse files Browse the repository at this point in the history
* This was accidentally reverted in a previous commit.
* Also fixes a typo in README.
  • Loading branch information
Dan Croak committed Aug 2, 2012
1 parent b47e072 commit 6fb6172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Laptop
======

Laptop is a script to set up a Max OS X laptop for Rails development.
Laptop is a script to set up a Mac OS X laptop for Rails development.

Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion heroku
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/bin/sh

echo "Installing the heroku-config plugin for pulling config variables locally to be used as ENV variables ..."
heroku plugins:install git://github.com/ddollar/heroku-config.git
2 changes: 1 addition & 1 deletion ruby
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/bin/sh

echo "Installing Ruby 1.9.2 stable and making it the default Ruby ..."
rvm install 1.9.2-p290
Expand Down

0 comments on commit 6fb6172

Please sign in to comment.