Skip to content

Commit

Permalink
chore: fix ockam app name
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Dec 20, 2023
1 parent 6be2bfd commit 2d7c2ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/portals.rb.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cask "portals" do
end

depends_on formula: "ockam"
app "Ockam.app"
uninstall quit: "io.ockam.app"
app "Portals, by Ockam.app"
uninstall quit: "io.ockam.Ockam"
end
4 changes: 2 additions & 2 deletions Casks/portals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
end

depends_on formula: "ockam"
app "Ockam.app"
uninstall quit: "io.ockam.app"
app "Portals, by Ockam.app"
uninstall quit: "io.ockam.Ockam"
end

0 comments on commit 2d7c2ff

Please sign in to comment.