Comparing version 0.5.4 to 0.5.5
@@ -10,3 +10,3 @@ var fs = require('fs'); | ||
exports.VERSION = '0.5.4'; | ||
exports.VERSION = '0.5.5'; | ||
@@ -155,3 +155,3 @@ exports.clustersCache = null; | ||
if (!exports.isAbsolute(p)) { | ||
var cwdFile = path.normalize(process.cwd(), p); | ||
var cwdFile = path.normalize(path.resolve(process.cwd(), p)); | ||
if (fs.existsSync(cwdFile)) { | ||
@@ -158,0 +158,0 @@ p = cwdFile; |
{ | ||
"name": "overcast", | ||
"description": "A simple, SSH-based cloud management CLI.", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"repository": "https://github.com/andrewchilds/overcast.git", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -438,3 +438,3 @@ # ![Overcast Logo](http://i.imgur.com/eCBl2NI.png) | ||
``` | ||
Overcast v0.5.4 | ||
Overcast v0.5.5 | ||
@@ -441,0 +441,0 @@ Source code, issues, pull requests: |
Sorry, the diff of this file is not supported yet
278586