summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRein Henrichs <reinh@reinh.com>2010-03-30 17:35:49 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitc014c297eb69fa856f17a0faa69d478a338e788b (patch)
treed6b70e47ead723935b7b2e4318a6540968ba6495 /bin
parentdeff92d2bb830179fd68c42c02b193055b9b57be (diff)
downloadpuppet-c014c297eb69fa856f17a0faa69d478a338e788b.tar.gz
puppet-c014c297eb69fa856f17a0faa69d478a338e788b.tar.xz
puppet-c014c297eb69fa856f17a0faa69d478a338e788b.zip
Renaming the old puppet executable
Diffstat (limited to 'bin')
-rw-r--r--[-rwxr-xr-x]bin/main (renamed from bin/puppet)4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/puppet b/bin/main
index 931e3a993..542bf4095 100755..100644
--- a/bin/puppet
+++ b/bin/main
@@ -67,5 +67,5 @@
# Copyright (c) 2005 Reductive Labs, LLC
# Licensed under the GNU Public License
-require 'puppet/application/puppet'
-Puppet::Application[:puppet].run
+require 'puppet/application/main'
+Puppet::Application[:main].run