Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Jan 9, 2025
1 parent b175b65 commit 89f2ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/internal/processes/marketplace.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func FetchPackage(meta *marketplace.MarketplaceMetadata, appConfig *config.AppCo
}

func gitClone(url string, basedir string) (string, error) {
return basedir, nil
log.Infof("Cloning: %s into %s", url, basedir)
sha := ""
err := os.MkdirAll(basedir, 0755)
Expand Down

0 comments on commit 89f2ef5

Please sign in to comment.