Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jul 5, 2024
1 parent 2d8debb commit 1422277
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Sources/DocUploadBundle/DocUploadBundle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public struct DocUploadBundle {
case .zipTool(.none):
// By default, run the zip tool in the working directory
try Zipper.zip(paths: [metadataURL, URL(fileURLWithPath: sourcePath)], to: archiveURL, method: .zipTool(workingDirectory: workDir))

}

return archiveURL.path
Expand Down
1 change: 0 additions & 1 deletion Sources/DocUploadBundle/Zipper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public enum Zipper {
} catch {
throw Error.generic(reason: "\(error)")
}

}
}

Expand Down

0 comments on commit 1422277

Please sign in to comment.