summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update.sh2
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 {