Skip to content

Commit bd95b71

Browse files
committed
allow target partition to be a string
1 parent 5c3389f commit bd95b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dotetch/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const streamDockerAssets = async (
244244
* (cf readme) */
245245
const streamFiles = async (
246246
packStream: Pack,
247-
dataPartition: number,
247+
dataPartition: number | string,
248248
files: any[]
249249
): Promise<void> => new Promise(async (resolve, reject) => {
250250
try {

0 commit comments

Comments
 (0)