aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-05-16 17:10:14 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-05-16 17:10:14 +0100
commit623f89ee7171c0c2b8f8ec92504574714879f0da (patch)
tree715fd49048013402b13ab291142e714acab121bb
parent85f7d92d832c04e58fab3b57eb254f77543457e7 (diff)
downloadconsfigurator-master.tar.gz
DISK::CREATE-VOLUME: add brackets around URLHEADmaster
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/disk.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 4383b91..a3d53aa 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -364,7 +364,7 @@ The default value of 0 means the next free sector.")
(defmethod create-volume ((volume partitioned-volume) (file pathname))
(with-slots (volume-contents) volume
- ;; See https://bugs.launchpad.net/ironic-python-agent/+bug/1737556.
+ ;; See <https://bugs.launchpad.net/ironic-python-agent/+bug/1737556>.
;; We don't take sgdisk upstream's suggestion there to ignore the exit
;; code of --zap-all because we do want to assert somehow that a
;; successful zeroing-out of any old partition tables has occurred.