Skip to content

Commit

Permalink
fix lack of fences newline, detect extension, improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rostrovsky committed Aug 5, 2024
1 parent bf149d9 commit b5c6ac0
Show file tree
Hide file tree
Showing 3 changed files with 15,170 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func run(cmd *cobra.Command, args []string) {
}
}

prefixToRemove := ""
prefixToRemove := path

if u.IsURL(path) {
slog.Debug("Cloning using git", "url", path)
Expand Down
Loading

0 comments on commit b5c6ac0

Please sign in to comment.