Merge branch 'main' into mvn-begone

This commit is contained in:
Waldemar Reusch
2023-02-03 14:42:05 +01:00
committed by GitHub
5 changed files with 19 additions and 10 deletions

View File

@ -34,7 +34,7 @@ export function generateStartKeycloakTestingContainer(params: {
pathJoin(keycloakThemeBuildingDirPath, generateStartKeycloakTestingContainer.basename),
Buffer.from(
[
"#!/bin/bash",
"#!/usr/bin/env bash",
"",
`docker rm ${containerName} || true`,
"",

View File

@ -172,7 +172,7 @@ async function unzip(zipFile: string, dir: string, archiveDir?: string): Promise
/**
*
* @param file fileto read
* @param file file to read
* @param start first byte to read
* @param end last byte to read
* @returns Promise of a buffer of read bytes