diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-12-18 16:18:18 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-12-18 16:18:35 +0100 |
commit | 8d9945c4f6a59296bedef8c2bb097601f06c07c6 (patch) | |
tree | 77b0bdee887d0cef6ee368b3ca171e59e8887d90 /bin | |
parent | bd51db63deba65db21233aad98cb23c19a407db6 (diff) |
Enable updating of composer.json dependencies
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update.sh b/bin/update.sh index 9d3508ede..26314408c 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -196,7 +196,7 @@ if ($RCI->configured) { } // 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 { |