diff options
Diffstat (limited to 'bin/update.sh')
-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 { |