Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yweber committed Sep 15, 2021
1 parent ae3a8cf commit e317308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public GradleHiveMQExtensionSupplier(final @NotNull File gradleProjectDirectory)
return gradleWrapperBatFile.getAbsolutePath();
}
}
throw new IllegalStateException("Unkown OS Version");
throw new IllegalStateException("Unknown OS Version");

}

Expand Down

0 comments on commit e317308

Please sign in to comment.