From d3200b2c65b829b85244c4ec4cb19f6e479b06ba Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Sat, 18 Mar 2023 00:45:32 +0200 Subject: [PATCH] Fix line breaks in utility script for bootstrap update --- scripts/update-bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-bootstrap b/scripts/update-bootstrap index 24faf78e3fc..da328d26954 100755 --- a/scripts/update-bootstrap +++ b/scripts/update-bootstrap @@ -17,7 +17,7 @@ if __name__ == '__main__': version = sys.argv[1] properties = 'gradle.properties' kotlinc = '.idea/kotlinc.xml' - update_content(properties, 'bootstrap.kotlin.default.version', f'bootstrap.kotlin.default.version={version}') - update_content(kotlinc, '