fix: ci error

This commit is contained in:
Cheng Liu 2024-05-23 17:20:18 -07:00
parent 3402f25e3d
commit 26a149fd9a
No known key found for this signature in database
GPG key ID: EEC8452F7DB85CD6

View file

@ -464,7 +464,7 @@ Please specify a directory on the command line
/**
* Check existence for one branch name.
*
* {@link checkRemoteBranchesExistenceAsync} is preferred if you are going to check a list of branch name.
* Function "checkRemoteBranchesExistenceAsync" is preferred if you are going to check a list of branch name.
*/
public checkRemoteBranchExistenceAsync = async (remote: string, branch: string): Promise<boolean> => {
const gitPath: string = this.getGitPathOrThrow();