Skip to content

Commit

Permalink
fix style erros
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Feb 1, 2022
1 parent 00ad9e0 commit 4ac03a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Formula/darwin-snapshotter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
HOMEBREW_VERSION="v1.0".freeze

class DarwinSnapshotter < Formula
desc "darwin snapshotter plugin for conatined/macOS"
desc "Snapshotter plugin for conatined/macOS"
homepage "https://github.com/ukontainer/darwin-snapshotter"
url "https://github.com/ukontainer/darwin-snapshotter.git", revision: HOMEBREW_REVISION
version HOMEBREW_VERSION
Expand All @@ -12,8 +12,8 @@ class DarwinSnapshotter < Formula
depends_on "go" => :build

def install
system "go build ./cmd/containerd-darwin-snapshotter-grpc"
system "go build ./cmd/mount_containerd_darwin"
system "go", "build", "./cmd/containerd-darwin-snapshotter-grpc"
system "go", "build", "./cmd/mount_containerd_darwin"
bin.install "containerd-darwin-snapshotter-grpc"
bin.install "mount_containerd_darwin"
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/runu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ class Runu < Formula
depends_on "go" => :build

resource "osx-lkick" do
url "https://github.com/ukontainer/frankenlibc/releases/download/dev/frankenlibc-amd64-osx.tar.gz", :using => :curl
url "https://github.com/ukontainer/frankenlibc/releases/download/dev/frankenlibc-amd64-osx.tar.gz"
sha256 "3dc8d8bdfde00347a0a169aae5f27aa6690f5ee3f363b3ffc00395fcdb000c47"
end
resource "linux-libc" do
url "https://github.com/ukontainer/frankenlibc/releases/download/dev/frankenlibc-amd64-linux.tar.gz", :using => :curl
url "https://github.com/ukontainer/frankenlibc/releases/download/dev/frankenlibc-amd64-linux.tar.gz"
sha256 "96d489b1c927bcde88296b1d6ecdaac4a9521a192d4b38f708dd08bb0dcb6c04"
end

Expand Down

0 comments on commit 4ac03a0

Please sign in to comment.