Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejitsu/jitsu
base: 1b84a918ea48
Choose a base ref
...
head repository: nodejitsu/jitsu
compare: b6033f010df4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 20, 2012

  1. Fix path for npm

    The path for npm is incorrect. When curling it, it refers you to https.
    
    $ sudo curl http://npmjs.org/install.sh | sh
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0    85    0    85    0     0    138      0 --:--:-- --:--:-- --:--:--   858
    sh: line 1: syntax error near unexpected token `newline'
    sh: line 1: `<html>Moved: <a href="https://npmjs.org/install.sh">https://npmjs.org/install.sh</a>'
    mstuart committed Sep 20, 2012
    Copy the full SHA
    0e9d300 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2012

  1. Merge pull request #319 from mstuart/master

    Fix path for installing npm #319
    blakmatrix committed Sep 27, 2012
    Copy the full SHA
    b6033f0 View commit details
    Browse the repository at this point in the history