From 1b9896cea1e161dfcbae02c900f382f31e77bce2 Mon Sep 17 00:00:00 2001 From: Jonathan Niesen Date: Mon, 16 Mar 2015 10:36:41 -0400 Subject: [PATCH] Fix typo in project_page by separating loggly and puppet with a dash --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 836fe99..c02a96f 100644 --- a/Modulefile +++ b/Modulefile @@ -4,7 +4,7 @@ author 'loggly' license 'Apache License, Version 2.0' summary 'Configures various data sources for automatic submission to Loggly' description 'This puppet module allows various data sources to be configured for automatic submission to Loggly, such as rsyslog, sylog-ng, Apache, PHP, Ruby, etc.' -project_page 'https://github.com/loggly/logglypuppet' +project_page 'https://github.com/loggly/loggly-puppet' ## Add dependencies, if any: # dependency 'username/name', '>= 1.2.0'