update checkMissingTranslation.pl

This commit is contained in:
tateisu 2020-08-02 13:56:38 +09:00
parent 3a99526b9a
commit 4a73539ba9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -147,7 +147,7 @@ $hasError and die "please fix error(s).\n";
# Weblateの未マージのブランチがあるか調べる
system qq(git fetch weblate -q);
my @list = `git branch --no-merged`;
my @list = `git branch -r --no-merged`;
for(@list){
s/[\x0d\x0a]+//;
print "# Unmerged branch: $_\n";