Skip to content

Commit

Permalink
add system exit
Browse files Browse the repository at this point in the history
  • Loading branch information
amakwana committed Jun 10, 2020
1 parent 022a2a1 commit 5de1a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void main(String[] args) throws ParseException, InvalidKeyExceptio
}
else {
log.error("Could not verify " + modelTarFile + " with details provided");
return;
System.exit(-1);
}
}

Expand Down

0 comments on commit 5de1a66

Please sign in to comment.