We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da930d2 commit 216214bCopy full SHA for 216214b
ff-core/lib/FF.hs
@@ -621,7 +621,7 @@ assertNoteIsNative = do
621
for_ tracking \Track{track_url} ->
622
throwErrorText $
623
"A tracked note must be edited in its source"
624
- <> maybe "" (" :" <>) track_url
+ <> maybe "" (": " <>) track_url
625
626
getDataDir :: Config -> IO (Maybe FilePath)
627
getDataDir Config{dataDir} = do
0 commit comments