Skip to content

Commit b039a4b

Browse files
authored
Update github.ts
1 parent fa4d9e5 commit b039a4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function createCommit(
6161
let currentBaseTree = args.parents[0]
6262
for (let i = 0; i < commitTreeBlobs.length; i += chunkSize) {
6363
const chunk = commitTreeBlobs.slice(i, i + chunkSize)
64-
console.log(`Creating commit tree (${i + chunk.length} of ${commitTreeBlobs.length})...`)
64+
console.log(`Creating commit tree (${i + chunk.length} of ${commitTreeBlobs.length} blob(s))...`)
6565
currentBaseTree = await octokit.rest.git.createTree({
6666
...repository,
6767
base_tree: currentBaseTree,

0 commit comments

Comments
 (0)