Skip to content

Commit

Permalink
fix audit error
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 6, 2024
1 parent 185d4c0 commit 95c080b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/dbxcli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Dbxcli < Formula
desc "Command line client for Dropbox"
desc "Command-line client for Dropbox"
homepage "https://github.com/dropbox/dbxcli"
license "MIT"

Expand All @@ -15,7 +15,7 @@ class Dbxcli < Formula
end

def install
bin.install "dbxcli-#{OS.mac? ? 'darwin-amd64' : 'linux-' + Hardware::CPU.arch}-amd64" => "dbxcli"
bin.install "dbxcli-#{OS.mac? ? "darwin-amd64" : "linux-" + Hardware::CPU.arch}-amd64" => "dbxcli"
end

test do
Expand Down

0 comments on commit 95c080b

Please sign in to comment.