We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7877f commit 4677e0eCopy full SHA for 4677e0e
cmd/upload.go
@@ -93,7 +93,6 @@ func getRelativePath(baseDir string, fullURI string) string {
93
}
94
95
relativePath, err := filepath.Rel(baseDir, localPath)
96
- fmt.Println(baseDir, localPath)
97
if err != nil {
98
// Fallback to the normalized absolute path if calculation fails
99
fmt.Printf("Warning: Could not get relative path for '%s' relative to '%s': %v. Using absolute path.\n", localPath, baseDir, err)
0 commit comments