Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/homebrew/scw.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def install
system "go", "build", "-o", "#{bin}/scw", "-v", "-ldflags", "-X github.com/scaleway/scaleway-cli/pkg/scwversion.GITCOMMIT=homebrew", "github.com/scaleway/scaleway-cli/cmd/scw/"
# we remove our .scw-cache.db file, to clean the cache of scw
# this file is created and handled by scw
system "rm", "-f", "~/.scw-cache.db"
rm_f "~/.scw-cache.db"

bash_completion.install "src/github.com/scaleway/scaleway-cli/contrib/completion/bash/scw"
zsh_completion.install "src/github.com/scaleway/scaleway-cli/contrib/completion/zsh/_scw"
Expand Down