Skip to content

Commit

Permalink
Fix resource resolution (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Sep 24, 2022
1 parent bcd49d6 commit 279d55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jenkins/plugins/ionicons/Ionicons.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class Ionicons {
private static final String[] SVG_FILE_FORMAT = { "svg" };
private static final String SVG_FILE_ENDING = "." + SVG_FILE_FORMAT[0];
private static final String IMAGES_SYMBOLS_PATH = "images/symbols/";
private static final String IONICONS_API_PLUGIN = "ionicons-api-plugin";
private static final String IONICONS_API_PLUGIN = "ionicons-api";
private static final String ICON_CLASS_NAME_PATTERN = "symbol-%s plugin-ionicons-api";

private static final Ionicons INSTANCE = new Ionicons();
Expand Down

0 comments on commit 279d55c

Please sign in to comment.