Skip to content

Commit b5c6ac0

Browse files
committed
fix lack of fences newline, detect extension, improve logging
1 parent bf149d9 commit b5c6ac0

File tree

3 files changed

+15170
-5
lines changed

3 files changed

+15170
-5
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func run(cmd *cobra.Command, args []string) {
9393
}
9494
}
9595

96-
prefixToRemove := ""
96+
prefixToRemove := path
9797

9898
if u.IsURL(path) {
9999
slog.Debug("Cloning using git", "url", path)

0 commit comments

Comments
 (0)