summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server/filebucket.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/server/filebucket.rb')
-rwxr-xr-xlib/puppet/server/filebucket.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/puppet/server/filebucket.rb b/lib/puppet/server/filebucket.rb
index 38993362e..b211379f1 100755
--- a/lib/puppet/server/filebucket.rb
+++ b/lib/puppet/server/filebucket.rb
@@ -1,9 +1,5 @@
-#!/usr/bin/ruby -w
-
#--------------------
# accept and serve files
-#
-# $Id$
require 'webrick'
@@ -145,3 +141,5 @@ class Server
end
end
end
+#
+# $Id$