From bf8ce71a49bb834535b3d3dc3b75527852a23ef0 Mon Sep 17 00:00:00 2001 From: Ben Cates Date: Thu, 30 Aug 2012 00:58:44 -0300 Subject: [PATCH] Update lib/middleman-deploy/commands.rb Dumb fix --- lib/middleman-deploy/commands.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/middleman-deploy/commands.rb b/lib/middleman-deploy/commands.rb index dfcd16e..5d36e30 100644 --- a/lib/middleman-deploy/commands.rb +++ b/lib/middleman-deploy/commands.rb @@ -2,6 +2,8 @@ require "middleman-core/cli" require "middleman-deploy/extension" +require 'git' + module Middleman module Cli