changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: typo

changeset 569: 0de98890711a
parent 568: 13a6c698a6dd
child 572: ce91ffc6cc7a
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 30 Jul 2024 19:22:52 -0400
files: lisp/bin/homer.lisp
description: typo
     1.1--- a/lisp/bin/homer.lisp	Mon Jul 29 21:42:21 2024 -0400
     1.2+++ b/lisp/bin/homer.lisp	Tue Jul 30 19:22:52 2024 -0400
     1.3@@ -23,7 +23,7 @@
     1.4 (defclass home-config (sxp id)
     1.5   ((user :initform *user* :initarg :user :type string)
     1.6    (path :initform nil :initarg :path :type (or pathname null))
     1.7-   (src ::initform nil :initarg :src :type (or null pathname vc-repo))
     1.8+   (src :initform nil :initarg :src :type (or null pathname vc-repo))
     1.9    (skel :initform (load-user-skelrc) :initarg :skel :type (or null pathname sk-user-config))
    1.10    (krypt :initform (load-kryptrc) :initarg :krypt :type (or null pathname krypt-config))
    1.11    (packy :initform nil :initarg :packy :type (or null pathname pk-user-config))