Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyjf committed Jul 9, 2024
1 parent 0df4c94 commit 07150c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Casks/keychain-interpose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

url "https://github.com/cathyjf/keychain-interpose/releases/download/v#{version}/keychain-interpose-#{version}.zip"
name "keychain-interpose"
desc "Store GPG secret key files in the macOS keychain"
desc "Store GPG secret key files in the keychain"
homepage "https://github.com/cathyjf/keychain-interpose"

binary "keychain-interpose.app/Contents/MacOS/migrate-keys", target: "keychain-interpose-migrate-keys"
Expand Down
2 changes: 1 addition & 1 deletion Casks/sshfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

pkg "sshfs-#{version}.pkg"

uninstall pkgutil: ["com.github.osxfuse.pkg.SSHFS"]
uninstall pkgutil: "com.github.osxfuse.pkg.SSHFS"
end

0 comments on commit 07150c2

Please sign in to comment.