mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix prettier bug failing CI (#22506)
This commit is contained in:
parent
d9bb0ea466
commit
e88efc9691
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ const DeleteScriptModal = ({
|
|||
<p>
|
||||
The script{" "}
|
||||
<span className={`${baseClass}__script-name`}>{scriptName}</span> will
|
||||
run on pending hosts. After the script runs, its output and
|
||||
exit code will appear in the activity feed.
|
||||
run on pending hosts. After the script runs, its output and exit code
|
||||
will appear in the activity feed.
|
||||
</p>
|
||||
<div className="modal-cta-wrap">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue