Skip to content

Commit 450cf38

Browse files
committed
fix tag filter
1 parent b2f6e40 commit 450cf38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cSploit/src/org/csploit/android/net/GitHubParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static GitHubParser getMsfRepo() {
6262
msfRepo = new GitHubParser(customUsername, customProject);
6363
}
6464

65-
msfRepo.mTagFilter = "csploit";
65+
msfRepo.mTagFilter = ".*csploit.*";
6666

6767
return msfRepo;
6868
}

0 commit comments

Comments
 (0)