mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Remove an erroneous debug statement.
This commit is contained in:
parent
568631e765
commit
20ba523266
@ -6,7 +6,6 @@ LINES=$(cat "$(dirname $0)/boilerplate.txt" | wc -l)
|
||||
DIFFER=$(head -$LINES "${FILE}" | diff -q - "$(dirname $0)/boilerplate.txt")
|
||||
|
||||
if [[ -z "${DIFFER}" ]]; then
|
||||
echo "${DIFFER}"
|
||||
echo "1"
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user