Skip to content

Commit bb15d21

Browse files
committed
chore(tools): remove stale reverse-proxy note from migration script
1 parent 72c178c commit bb15d21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

infra/tools/migrate-to-monorepo.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,8 @@ main() {
464464
ok "Migration complete."
465465
echo ""
466466
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}"
467+
echo -e " ${DIM} 1. Set ALLOY_REMOTE_WRITE_URL and ALLOY_LOKI_URL in $INSTALL_DIR/.env${RESET}"
468+
echo -e " ${DIM} 2. Archive or remove $OLD_DIR once satisfied${RESET}"
470469
echo ""
471470
}
472471

0 commit comments

Comments
 (0)