atlassian-cli: rename from stash-cli

Closes #6191.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Tomasz Pajor 2016-10-23 13:11:41 +02:00
parent a9a9ef3479
commit 86f16b2859
4 changed files with 3 additions and 2 deletions

View file

@ -1 +0,0 @@
../Formula/stash-cli.rb

1
Aliases/stash-cli Normal file
View file

@ -0,0 +1 @@
../Formula/atlassian-cli.rb

View file

@ -1,4 +1,4 @@
class StashCli < Formula
class AtlassianCli < Formula
desc "Command-line interface clients for Atlassian products"
homepage "https://bobswift.atlassian.net/wiki/pages/viewpage.action?pageId=1966101"
url "https://bobswift.atlassian.net/wiki/download/attachments/16285777/atlassian-cli-5.7.0-distribution.zip"

View file

@ -27,5 +27,6 @@
"racket": "minimal-racket",
"screenbrightness": "brightness",
"sonar": "sonarqube",
"stash-cli": "atlassian-cli",
"wires": "geckodriver"
}