Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc99c80

Browse files
committedApr 21, 2017
Typo fix
1 parent 8e84ef5 commit cc99c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/models/repository-states/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export default class State {
493493

494494
let blob;
495495
try {
496-
blob = await this.current().directBlobContents(historySha);
496+
blob = await this.current().directGetBlobContents(historySha);
497497
} catch (e) {
498498
if (/Not a valid object name/.test(e.stdErr)) {
499499
return {};

0 commit comments

Comments
 (0)
This repository has been archived.