<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/2699477022d8f0a414e0180cd2f542c81cd34f52">https://github.com/macports/macports-base/commit/2699477022d8f0a414e0180cd2f542c81cd34f52</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 269947702 Fix snapshot note formatting
</span>269947702 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2699477022d8f0a414e0180cd2f542c81cd34f52
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Jun 11 02:57:21 2024 +1000
<span style='display:block; white-space:pre;color:#404040;'> Fix snapshot note formatting
</span>---
src/macports1.0/snapshot.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/snapshot.tcl b/src/macports1.0/snapshot.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 169e2f01e..7e6736a67 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/snapshot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/snapshot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -175,7 +175,7 @@ namespace eval snapshot {
</span> # An option used by user while creating snapshot manually
# to identify a snapshot, usually followed by `port restore`
if {[dict exists $opts ports_snapshot_note]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set note [dict get $opts ports_snapshot_note]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set note [join [dict get $opts ports_snapshot_note]]
</span> } else {
set note "snapshot created for migration"
}
</pre><pre style='margin:0'>
</pre>