Skip to content

Commit

Permalink
v5 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed Apr 28, 2016
1 parent e0cfee4 commit 639e9ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 156 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Releasing Toolbelt v4
=====================

TODO: update this for v5

Prerequisites:

* `gem install rake aws-sdk`
Expand Down
154 changes: 0 additions & 154 deletions Rakefile

This file was deleted.

2 changes: 1 addition & 1 deletion update.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func updateCLI(channel string) {
}
defer unlock()
msg := fmt.Sprintf("heroku-cli: Updating to %s", manifest.Version)
if manifest.Channel != "master" {
if manifest.Channel != "stable" {
msg = fmt.Sprintf("%s (%s)", msg, manifest.Channel)
}
action(msg, "done", func() {
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Example:
heroku-toolbelt/1.2.3 (x86_64-darwin11.2.0) ruby/1.9.3`,
Run: func(ctx *Context) {
fmt.Printf(version())
if Channel != "master" {
if Channel != "stable" {
fmt.Printf(" %s", Channel)
}
fmt.Println()
Expand Down

0 comments on commit 639e9ca

Please sign in to comment.