summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-04-20 23:36:29 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit54c1cc5dc9f8994378c850474b8fd468300fb0e8 (patch)
tree340e8f81de7ebf64452d97e0acb5ebe65d53be42 /bin
parentc79b2282ab0af181d354cfbae7d0b8da964cc03c (diff)
downloadpuppet-54c1cc5dc9f8994378c850474b8fd468300fb0e8.tar.gz
puppet-54c1cc5dc9f8994378c850474b8fd468300fb0e8.tar.xz
puppet-54c1cc5dc9f8994378c850474b8fd468300fb0e8.zip
feature #2276 Single Executable: "puppet describe"
Add "puppet describe" as the new invocation of "pi" Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pi4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pi b/bin/pi
index c1a59631e..68e756a35 100755
--- a/bin/pi
+++ b/bin/pi
@@ -45,6 +45,6 @@
# Copyright (c) 2005 Reductive Labs, LLC
# Licensed under the GNU Public License
-require 'puppet/application/pi'
+require 'puppet/application/describe'
-Puppet::Application[:pi].run
+Puppet::Application[:describe].run