this is why we have CI

This commit is contained in:
2017-01-25 16:27:58 -05:00
parent 0f95633e84
commit fe52a0a76a
+2 -2
View File
@@ -107,7 +107,7 @@ def ensure_proper_casing():
new_casing = proper_case(dep)
# Mark casing as changed, if it did.
if new_casing =! dep:
if new_casing != dep:
casing_changed = True
# Replace old value with new value.
@@ -124,7 +124,7 @@ def ensure_proper_casing():
new_casing = proper_case(dep)
# Mark casing as changed, if it did.
if new_casing =! dep:
if new_casing != dep:
casing_changed = True
# Replace old value with new value.