Skip to content

Commit 671e98e

Browse files
committed
Fix jfr-status, fixes #42
1 parent 83ac06b commit 671e98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf_cli_java_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ fi`,
278278
Description: "Check the running Java Flight Recorder recording on a running Java application",
279279
RequiredTools: []string{"jcmd"},
280280
GenerateFiles: false,
281-
SshCommand: FilterJCMDRemoteMessage + `$JCMD_COMMAND $(pidof java) JFR.check | filter_jcmd_remote_message`,
281+
SshCommand: FilterJCMDRemoteMessage + `$JCMD_COMMAND $(pidof java) JFR.check | filter_jcmd_remote_message`,
282282
},
283283
{
284284
Name: "vm-version",

0 commit comments

Comments
 (0)