Skip to content

Commit 9898490

Browse files
committed
Migrate: Slightly improve note about env importing
no ref - Just to make it clearer in the resulting env where things were actually imported from
1 parent fd4630f commit 9898490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ main() {
384384

385385
read -rp 'Import these settings to .env? (y/n): ' confirm
386386
if [[ "${confirm,,}" == "y" ]]; then
387-
echo -e '\n# Configuration imported from existing Ghost install' >> "${PWD}/.env"
387+
echo -e "\n# Configuration imported from existing Ghost install at ${current_location}" >> "${PWD}/.env"
388388
node "${PWD}/scripts/config-to-env.js" "${current_location}/config.production.json" >> "${PWD}/.env"
389389
echo "✓ Configuration imported"
390390
else

0 commit comments

Comments
 (0)