mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +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")
|
DIFFER=$(head -$LINES "${FILE}" | diff -q - "$(dirname $0)/boilerplate.txt")
|
||||||
|
|
||||||
if [[ -z "${DIFFER}" ]]; then
|
if [[ -z "${DIFFER}" ]]; then
|
||||||
echo "${DIFFER}"
|
|
||||||
echo "1"
|
echo "1"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user