From 7e07e3dc843798bdbc7a03428ca054adaff2fb72 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 8 Feb 2007 01:39:39 +0000 Subject: Moving all of the client and server code into a single network/ directory. In other words, more code structure cleanup. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2179 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/puppetdoc') diff --git a/bin/puppetdoc b/bin/puppetdoc index c248b25f0..8da37b35f 100755 --- a/bin/puppetdoc +++ b/bin/puppetdoc @@ -265,7 +265,7 @@ path. end def self.reports - puts Puppet::Server::Report.reportdocs + puts Puppet::Network::Server::Report.reportdocs end def self.functions -- cgit