From 82889f1fa9562e23bdbff58f88823e2c934e0a0f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Apr 2023 22:36:31 +0100 Subject: [PATCH] chore: update managed text --- bin/build-configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-configs b/bin/build-configs index 6f70bfe..f33cbf0 100755 --- a/bin/build-configs +++ b/bin/build-configs @@ -84,7 +84,7 @@ $app->command( $configurationData['docker-compose'] = null; } - $configurationData['managedText'] = 'Do not edit this file. It is automatically generated by \'build-configs\'.'; + $configurationData['managedText'] = 'Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.'; $filesToGenerate = getFiles(configurationData: $configurationData);