We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c178c commit bb15d21Copy full SHA for bb15d21
infra/tools/migrate-to-monorepo.sh
@@ -464,9 +464,8 @@ main() {
464
ok "Migration complete."
465
echo ""
466
echo -e " ${DIM}Next steps:${RESET}"
467
- echo -e " ${DIM} 1. Verify Caddy/reverse-proxy config points to new container names (atl-tools-*)${RESET}"
468
- echo -e " ${DIM} 2. Set ALLOY_REMOTE_WRITE_URL and ALLOY_LOKI_URL in $INSTALL_DIR/.env${RESET}"
469
- echo -e " ${DIM} 3. Archive or remove $OLD_DIR once satisfied${RESET}"
+ echo -e " ${DIM} 1. Set ALLOY_REMOTE_WRITE_URL and ALLOY_LOKI_URL in $INSTALL_DIR/.env${RESET}"
+ echo -e " ${DIM} 2. Archive or remove $OLD_DIR once satisfied${RESET}"
470
471
}
472
0 commit comments