From 0400988447a191d250f5e6b98947e1ada82d7c9d Mon Sep 17 00:00:00 2001
From: selurvedu <selurvedu@users.noreply.github.com>
Date: Tue, 22 Mar 2016 21:10:20 +0000
Subject: [PATCH] Automatically update src/ when running buildout

In other words, `bin/buildout` now includes `bin/develop update`.
---
 buildout.cfg | 1 +
 1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index 8fa6997..46fe068 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,6 +1,7 @@
 [buildout]
 extensions = mr.developer
 auto-checkout = *
+always-checkout = true
 develop = .
 find-links =
     http://op:x9W3jZ@dist.quintagroup.com/op/
--
libgit2 0.24.0