Skip to content

Commit 036aff9

Browse files
author
Doug Hatcher
committed
additional changes for blueacorn org
1 parent 2ceab5a commit 036aff9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.goreleaser.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ brews:
2323
# GitHub/GitLab repository to push the formula to
2424
# Gitea is not supported yet, but the support coming
2525
tap:
26-
owner: superterran
26+
owner: blueacorninc
2727
name: homebrew-magento-cli
2828

2929
# Template for the url which is determined by the given Token (github or gitlab)
@@ -46,7 +46,7 @@ brews:
4646
# Defaults are shown.
4747
commit_author:
4848
name: goreleaserbot
49-
email: goreleaser@superterran.net
49+
email: goreleaser@blueacornici.com
5050

5151
# Folder inside the repository to put the formula.
5252
# Default is the root folder.
@@ -58,11 +58,11 @@ brews:
5858

5959
# Your app's homepage.
6060
# Default is empty.
61-
homepage: "https://superterran.net/magento-cli/"
61+
homepage: "https://magento-cli.com"
6262

6363
# Your app's description.
6464
# Default is empty.
65-
description: "tool for managing magento and serving local versions"
65+
description: "run magento natively with dockerized backend services"
6666

6767
# SPDX identifier of your app's license.
6868
# Default is empty.
@@ -86,9 +86,9 @@ brews:
8686
# Packages your package depends on.
8787
dependencies:
8888
- name: docker
89-
type: optional
89+
type: required
9090
- name: docker-compose
91-
type: optional
91+
type: required
9292
- name: git
9393
type: optional
9494

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# magento-cli
22

3-
[Documentation](https://superterran.net/magento-cli) |
3+
[Documentation](https://magento-cli.com/docs/) |
44
[Discussions](https://github.com/blueacorninc/magento-cli/discussions) |
55
[Twitter](https://twitter.com/superterran) |
66
[Contribution Guide](CONTRIBUTING.md)

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func main() {
4848
if len(os.Args) > 1 {
4949
arg := os.Args[1]
5050
if arg == "version" {
51-
fmt.Println("Magento CLI by Blue Acorn iCi x Infosys version " + version)
51+
fmt.Println("blueacorninc/magento-cli " + version)
5252
os.Exit(0)
5353
}
5454
}

0 commit comments

Comments
 (0)