Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Gonzalez <[email protected]>
  • Loading branch information
EscapeB and octogonz authored Feb 27, 2024
1 parent 3b8073f commit 9fc3cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sparo-lib/src/services/GitSparseCheckoutService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ ${availableProfiles.join(',')}
terminal.writeDebugLine(`Skip sparse checkout regarding no target folders`);
} else {
terminal.writeLine(
`Run sparse checkout ${checkoutAction} for these folders: ${targetFolders.join(' ')}`
`Performing sparse checkout ${checkoutAction} for these folders: ${targetFolders.join(' ')}`
);
this._sparseCheckoutPaths(targetFolders, {
action: checkoutAction
Expand Down

0 comments on commit 9fc3cfc

Please sign in to comment.