Skip to content

Commit

Permalink
Assign correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor Levi committed Dec 27, 2016
1 parent 0ca37ef commit 4579d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static String getMachineVersion() {
catch (Exception e) { }

if (Strings.isNullOrEmpty(machineVersion)) {
machineName = "N/A";
machineVersion = "N/A";
}
}

Expand Down

0 comments on commit 4579d21

Please sign in to comment.