about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/unicorn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unicorn b/bin/unicorn
index de93985..3b467c9 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -145,7 +145,7 @@ end
 
 if listeners.empty?
   listener = "#{host}:#{port}"
-  listeners << listener if listener != Unicorn::Const::DEFAULT_LISTEN
+  listeners << listener
 end
 
 if $DEBUG