mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #228 from brendandburns/master
Remove an erroneous debug statement.
This commit is contained in:
commit
75e37c133f
@ -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