Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Mar 22, 2024
1 parent d44da1e commit 20d87ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func Handle(
continue
}
basename := tablename + "." + bigquery.FileExtension
dirPath := strings.ReplaceAll(string(fileDescriptor.Package()), ".", "/")
dirPath := filepath.FromSlash(strings.ReplaceAll(string(fileDescriptor.Package()), ".", "/"))
responseWriter.AddFile(
filepath.Join(dirPath, basename),
string(data),
Expand Down

0 comments on commit 20d87ba

Please sign in to comment.