From 93b14860c54bfa65cd552875b035ef590ad59d8a Mon Sep 17 00:00:00 2001 From: mikit Date: Tue, 20 Mar 2018 05:11:23 +0900 Subject: [PATCH] cdpr: use valid command --- Formula/cdpr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cdpr.rb b/Formula/cdpr.rb index e0adbe2430..7fae7ac09f 100644 --- a/Formula/cdpr.rb +++ b/Formula/cdpr.rb @@ -24,6 +24,6 @@ class Cdpr < Formula end test do - system "#{bin}/cdpr", "--version" + system "#{bin}/cdpr", "-h" end end