diff --git a/16-01-2023-grepkeys/grepkeys.sh b/16-01-2023-grepkeys/grepkeys.sh index 7b65bcc..7a8a596 100644 --- a/16-01-2023-grepkeys/grepkeys.sh +++ b/16-01-2023-grepkeys/grepkeys.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash out=`find . -name '*.gcubekey' ` if [[ -n "${out}" ]]; then - echo "gcubekey found in " + echo "gcubekey found: " echo "${out}" else echo "gcubekey not found"