aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ddate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ddate.rb')
-rw-r--r--Library/Formula/ddate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ddate.rb b/Library/Formula/ddate.rb
index 7aa91239a..7acf87486 100644
--- a/Library/Formula/ddate.rb
+++ b/Library/Formula/ddate.rb
@@ -7,7 +7,7 @@ class Ddate <Formula
version '0.1.0'
def install
- system "#{ENV['CC']}", "ddate.c", "-o", "ddate"
+ system "#{ENV['CC']}", "ddate.c", "-o", "ddate"
bin.install 'ddate'
end
end