Skip to content

Commit

Permalink
for issue 3126,format appName with '-'
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-sy committed Jul 27, 2023
1 parent 94454de commit 184a2a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public static String getPromFetchApp() {
appName = DEFAULT_PROM_APP;
}
appName = appName.replaceAll("\\.","_");
appName = appName.replaceAll("-","_");
return appName;
}

Expand Down

0 comments on commit 184a2a5

Please sign in to comment.