From 8d9945c4f6a59296bedef8c2bb097601f06c07c6 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <bruederli@kolabsys.com>
Date: Thu, 18 Dec 2014 10:18:35 -0500
Subject: [PATCH] Enable updating of composer.json dependencies

---
 bin/update.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/update.sh b/bin/update.sh
index 9d3508e..2631440 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -196,7 +196,7 @@
     }
 
     // write updated composer.json back to disk
-    if (0&&$comsposer_json && is_writeable(INSTALL_PATH . 'composer.json')) {
+    if ($comsposer_json && is_writeable(INSTALL_PATH . 'composer.json')) {
       $success &= (bool)file_put_contents(INSTALL_PATH . 'composer.json', $comsposer_json);
     }
     else {

--
Gitblit v1.9.1