OpenGeoMetadata / GeoCombine

A Ruby toolkit for managing geospatial metadata
https://github.com/OpenGeoMetadata/GeoCombine
Other
20 stars 23 forks source link

Avoid nesting cloned OGM repos inside themselves #148

Closed thatbudakguy closed 1 year ago

thatbudakguy commented 1 year ago

Providing both directory and path to Git.clone results in the repo being cloned into a directory nested inside itself.

We don't need to provide directory (using the default of the repo's name is fine), and we actually want path to be the OpenGeoMetadata root (default tmp/opengeometadata) instead of the repo's name.

This may be a fix for #144.