Skip to content

Commit ff82058

Browse files
committed
naming
1 parent 7482d86 commit ff82058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/edu/wpi/first/gradlerio/deploy/CreateLogFileTask.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public CreateLogFileTask() {
4343
Grgit grgit;
4444

4545
try {
46-
HashMap<String, Object> args = new HashMap<String, Object>();
47-
args.put("dir", gitDirectory);
48-
grgit = Grgit.open(args);
46+
HashMap<String, Object> openargs = new HashMap<String, Object>();
47+
openargs.put("dir", gitDirectory);
48+
grgit = Grgit.open(openargs);
4949

5050
try {
5151
data.put(DEPLOY_ITEMS[4], grgit.getResolve().toRevisionString("HEAD"));

0 commit comments

Comments
 (0)