diff --git a/.github/free-disk-space.sh b/.github/free-disk-space.sh index 52d311dc7385..bed27fc12acb 100755 --- a/.github/free-disk-space.sh +++ b/.github/free-disk-space.sh @@ -22,7 +22,7 @@ # Free: 17 GB # This script frees up 28 GB of disk space by deleting unneeded packages and # large directories. -# The Flink end to end tests download and generate more than 17 GB of files, +# The following end to end tests download and generate more than 17 GB of files, # causing unpredictable behavior and build failures. # echo "=============================================================================="