diff options
author | Rein Henrichs <reinh@reinh.com> | 2010-03-30 17:35:49 -0700 |
---|---|---|
committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
commit | c014c297eb69fa856f17a0faa69d478a338e788b (patch) | |
tree | d6b70e47ead723935b7b2e4318a6540968ba6495 /bin | |
parent | deff92d2bb830179fd68c42c02b193055b9b57be (diff) | |
download | puppet-c014c297eb69fa856f17a0faa69d478a338e788b.tar.gz |
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 |