Merge pull request #179 from kubenstein/master

Remove leading 'remote:' from git output
This commit is contained in:
rhy-jot
2013-08-17 13:17:54 -07:00
2 changed files with 6 additions and 6 deletions

View File

@@ -40,14 +40,14 @@ Let's deploy the [Heroku Node.js sample app](https://github.com/heroku/node-js-s
Compressing objects: 100% (254/254), done.
Writing objects: 100% (296/296), 193.59 KiB, done.
Total 296 (delta 25), reused 276 (delta 13)
remote: -----> Building node-js-app ...
remote: Node.js app detected
remote: -----> Resolving engine versions
-----> Building node-js-app ...
Node.js app detected
-----> Resolving engine versions
... blah blah blah ...
remote: -----> Application deployed:
remote: http://node-js-app.progriumapp.com
-----> Application deployed:
http://node-js-app.progriumapp.com
You're done!

View File

@@ -1,2 +1,2 @@
#!/bin/bash
set -e; cat | dokku receive $1
set -e; cat | dokku receive $1 | sed -u "s/^/"$'\e[1G'"/"