Skip to content

Commit

Permalink
chore: "Falco community" -> "Sysdig community".
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Nov 14, 2022
1 parent 065fb12 commit b372280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/scap-driver-loader.in
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ load_kernel_module() {
fi

# Not able to download a prebuilt module nor to compile one on-the-fly
>&2 echo "Consider compiling your own ${DRIVER_NAME} driver and loading it or getting in touch with the Falco community"
>&2 echo "Consider compiling your own ${DRIVER_NAME} driver and loading it or getting in touch with the Sysdig community"
exit 1
}

Expand Down Expand Up @@ -710,9 +710,9 @@ if [ -z "$source_only" ]; then
if [ $res != 0 ]; then
if [ -n "$ENABLE_COMPILE" ]; then
ENABLE_DOWNLOAD=
>&2 echo "Detected an unsupported target system, please get in touch with the Falco community. Trying to compile anyway."
>&2 echo "Detected an unsupported target system, please get in touch with the Sysdig community. Trying to compile anyway."
else
>&2 echo "Detected an unsupported target system, please get in touch with the Falco community."
>&2 echo "Detected an unsupported target system, please get in touch with the Sysdig community."
exit 1
fi
fi
Expand Down

0 comments on commit b372280

Please sign in to comment.