Skip to content

Commit

Permalink
Remove exclamation mark after link
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed May 27, 2024
1 parent 3a2dc3b commit 7fb7632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Confer/Cmd/Check.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ formatSymlinkError (DoesNotExist path) =
formatSymlinkError (IsNotSymlink path) =
"[!] "
<> display (Text.pack . show $ path)
<> " is not a symbolic link!"
<> " is not a symbolic link"

0 comments on commit 7fb7632

Please sign in to comment.