From 1c3403064ec05ace8e568ab43aa0bb7595a2cc9e Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Wed, 16 Apr 2014 17:57:00 -0400 Subject: [PATCH] Don't refer to Homesick as a class --- lib/homesick/actions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/homesick/actions.rb b/lib/homesick/actions.rb index c2b996e..3f5de84 100644 --- a/lib/homesick/actions.rb +++ b/lib/homesick/actions.rb @@ -1,6 +1,6 @@ # -*- encoding : utf-8 -*- module Homesick - # Git-related and file-related helper methods for the Homesick class + # Git-related and file-related helper methods for Homesick module Actions # TODO: move this to be more like thor's template, empty_directory, etc def git_clone(repo, config = {})