Skip to content

Commit

Permalink
fixup! Merge branch 'main' into graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 18, 2024
1 parent 3b0732c commit 17740e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/recordings/RecordingHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public Uni<ActiveRecording> createSnapshot(Target target) {
String.format("%s-%d", desc.getName().toLowerCase(), desc.getId());

RecordingOptionsBuilder recordingOptionsBuilder =
recordingOptionsBuilderFactory.create(target);
recordingOptionsBuilderFactory.create(target).name(rename);

connection
.getService()
Expand Down

0 comments on commit 17740e3

Please sign in to comment.