Skip to content

Commit

Permalink
Merge branch 'source-dir-on-windows'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Dec 3, 2024
2 parents edd9d3a + cd48cc7 commit 04951bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func runPush(metadataTypes []string, metadataNames []string, resourcePaths []str
func sourceDirFromPaths(resourcePaths []string) string {
p := ""
for _, path := range resourcePaths {
path = filepath.FromSlash(path)
parts := strings.Split(path, string(os.PathSeparator))
first := parts[0]
if p == "" {
Expand Down

0 comments on commit 04951bf

Please sign in to comment.