Skip to content

Commit f38f49f

Browse files
fix lint gradle command
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent d86b026 commit f38f49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/analysis/lint-up.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656

5757
# run Lint
5858
puts "running Lint..."
59-
system './gradlew clean lintGplayDebug 1>/dev/null'
59+
system './gradlew clean lintDebug 1>/dev/null'
6060

6161
# confirm that Lint ran w/out error
6262
result = $?.to_i
6363
if result != 0
64-
puts "FAIL: failed to run ./gradlew clean lintGplayDebug"
64+
puts "FAIL: failed to run ./gradlew clean lintDebug"
6565
exit 1
6666
end
6767

0 commit comments

Comments
 (0)