Skip to content

Commit

Permalink
allow target partition to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Feb 17, 2023
1 parent 5c3389f commit bd95b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotetch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const streamDockerAssets = async (
* (cf readme) */
const streamFiles = async (
packStream: Pack,
dataPartition: number,
dataPartition: number | string,
files: any[]
): Promise<void> => new Promise(async (resolve, reject) => {
try {
Expand Down

0 comments on commit bd95b71

Please sign in to comment.