mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
fix: ci error
This commit is contained in:
parent
3402f25e3d
commit
26a149fd9a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue