fix(cli): update call using deprecated alias

This commit is contained in:
pancho horrillo
2025-07-21 08:47:46 +02:00
committed by Henrik Lissner
parent cf278cab55
commit c2c4f74d3e

View File

@@ -105,7 +105,7 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
(when (doom-profiles-bootloadable-p)
(print! (start "Initializing profile bootstrapper..."))
(call! '(profiles sync "--reload")))
(call! '(profile sync "--all" "--reload")))
(print! (start "Synchronizing default profile..."))
(print-group! (doom-profile-generate))