From 8b3894a94b9dbfb8370f0600717045fb3c539d64 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 21 Jul 2025 08:53:23 +0200 Subject: [PATCH] fix(lib): update reference to deprecated alias --- lisp/lib/profiles.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/lib/profiles.el b/lisp/lib/profiles.el index 08903a716..928b420fc 100644 --- a/lisp/lib/profiles.el +++ b/lisp/lib/profiles.el @@ -145,7 +145,7 @@ cannot bootload from an arbitrary location." (doom-file-write file `(";; -*- lexical-binding: t; tab-width: 8; -*-\n" ";; Updated: " ,(format-time-string "%Y-%m-%d %H:%M:%S") "\n" - ";; Generated by 'doom profiles sync' or 'doom sync'.\n" + ";; Generated by 'doom profile sync' or 'doom sync'.\n" ";; DO NOT EDIT THIS BY HAND!\n" ,(format "%S" doom-version) (pcase (intern (getenv-internal "DOOMPROFILE"))