Skip to content

Commit 667953b

Browse files
felickzmchammer01
andauthored
Fix command for checking SSSE3 flag in CPU info (#59929)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 6d768d6 commit 667953b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-secret-scanning-for-your-appliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The SSSE3 set of instructions is required because {% data variables.product.prod
4444
1. Enter the following command:
4545

4646
```shell
47-
grep -iE '^flags.*ssse3' /proc/cpuinfo >/dev/null | echo $?
47+
grep -iE '^flags.*ssse3' /proc/cpuinfo >/dev/null; echo $?
4848
```
4949

5050
If this returns the value `0`, it means that the SSSE3 flag is available and enabled. You can now enable {% data variables.product.prodname_secret_scanning %}. See [Enabling {% data variables.product.prodname_secret_scanning %}](#enabling-secret-scanning) below.

0 commit comments

Comments
 (0)