Skip to content

Commit

Permalink
Fixed brew formula and docker repository address
Browse files Browse the repository at this point in the history
  • Loading branch information
haikalpribadi committed Mar 30, 2019
1 parent 8c11f88 commit 59c303a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ container_push(
image = ":assemble-docker",
format = "Docker",
registry = "index.docker.io",
repository = "graknlabs/grakn-core",
repository = "graknlabs/grakn",
tag_file = "//:VERSION"
)
2 changes: 1 addition & 1 deletion config/brew/grakn-core.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class GraknCore < Formula
desc "Grakn Core: The Knowledge Graph"
homepage "https://grakn.ai"
url "https://github.com/graknlabs/grakn/releases/download/v{version}/grakn-core-all-mac-{version}.zip"
url "https://github.com/graknlabs/grakn/releases/download/{version}/grakn-core-all-mac-{version}.zip"
sha256 "{sha256}"

bottle :unneeded
Expand Down

0 comments on commit 59c303a

Please sign in to comment.