Skip to content

Commit 1fabd46

Browse files
committed
release 7.2.0
1 parent ee3d2ac commit 1fabd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/git/src/getGitUser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function getGitMiniprogramToken(throwOnError = true): string {
6565
* Get miniprogram session from git config
6666
*
6767
* @param throwOnError - throw on token is null, default: true
68-
* @returns - token
68+
* @returns - session
6969
*/
7070
export function getGitMiniprogramSession(throwOnError = true): string {
7171
const { stdout } = spawnSync('git', ['config', 'user.miniprogramSession'])

0 commit comments

Comments
 (0)