Skip to content

Commit fceb725

Browse files
committed
Fix empty GitHub repository
1 parent 6cd81f5 commit fceb725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/injectors/github-injector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ class EmptyRepositoryInjector extends ButtonInjectorBase {
188188
}
189189

190190
isApplicableToCurrentPage(): boolean {
191-
return !!select.exists("git-clone-help-controller");
191+
return !!select.exists("#empty-setup-clone-url");
192192
}
193193
}

0 commit comments

Comments
 (0)