File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
unison-cli/src/Unison/CommandLine Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ import Unison.Server.Backend qualified as Backend
132132import Unison.Server.SearchResultPrime qualified as SR'
133133import Unison.Share.Sync.Types qualified as Share (CodeserverTransportError (.. ), GetCausalHashByPathError (.. ), PullError (.. ))
134134import Unison.Share.Sync.Types qualified as Sync
135+ import Unison.ShortHash qualified as SH
135136import Unison.Symbol (Symbol )
136137import Unison.Sync.Types qualified as Share
137138import Unison.SyncV2.Types qualified as SyncV2
@@ -1282,7 +1283,7 @@ notifyUser dir issueFn = \case
12821283 <> " is ambiguous."
12831284 <> " Did you mean one of these hashes?" ,
12841285 " " ,
1285- P. indentN 2 $ P. lines (P. shown <$> Set. toList rs),
1286+ P. indentN 2 $ P. lines (P. text . SH. toText . Referent. toShortHash <$> Set. toList rs),
12861287 " " ,
12871288 P. wrap " Try again with a few more hash characters to disambiguate."
12881289 ]
You can’t perform that action at this time.
0 commit comments