Fix compilation issue
Signed-off-by: Lukas Fruntke (external expert on behalf of DB Netz) <lukas.fruntke-extern@deutschebahn.com>
This commit is contained in:
parent
1d4b92171f
commit
cd6ab5355e
@@ -307,7 +307,7 @@ export async function initRepoPushAndProtect(
|
||||
? gitCommitMessage
|
||||
: config.getOptionalString('scaffolder.defaultCommitMessage');
|
||||
|
||||
const commitHash = await initRepoAndPush({
|
||||
const { commitHash } = await initRepoAndPush({
|
||||
dir: getRepoSourceDirectory(workspacePath, sourcePath),
|
||||
remoteUrl,
|
||||
defaultBranch,
|
||||
|
||||
Reference in New Issue
Block a user