Skip to content

Commit f82c2a4

Browse files
change the install command instructions
1 parent 07de9cb commit f82c2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ const PlatformWrapper = ({
254254
<>
255255
{packageType !== "plain-osquery" && (
256256
<span className={`${baseClass}__cta`}>
257-
Run this command to generate an install package with the updated{" "}
257+
Run this command with the{" "}
258258
<a
259259
className={`${baseClass}__command-line-tool`}
260260
href="https://fleetdm.com/learn-more-about/installing-fleetctl"
@@ -263,7 +263,7 @@ const PlatformWrapper = ({
263263
>
264264
Fleet command-line tool
265265
</a>{" "}
266-
installed:
266+
installed to generate an install package:
267267
</span>
268268
)}{" "}
269269
<span className="buttons">

0 commit comments

Comments
 (0)