summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-07-17 15:31:57 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-17 15:31:57 -0400
commitfe1e3197482a25365379be306741d0a943dcdfd5 (patch)
treed2fa37ff0aab11fc63c258903f4d81dd3edb3739 /Makefile
parentf9ef3c200831cfe8240c8b4e44b1a13f14e9d752 (diff)
downloadvyos-cloud-init-fe1e3197482a25365379be306741d0a943dcdfd5.tar.gz
vyos-cloud-init-fe1e3197482a25365379be306741d0a943dcdfd5.zip
fix indentation a bit in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 29bfe0bd..8cf1659a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,9 +28,9 @@ test:
check_version:
@if [ "$(CHANGELOG_VERSION)" != "$(CODE_VERSION)" ]; then \
- echo "Error: ChangeLog version $(CHANGELOG_VERSION)" \
- "not equal to code version $(CODE_VERSION)"; exit 2; \
- else true; fi
+ echo "Error: ChangeLog version $(CHANGELOG_VERSION)" \
+ "not equal to code version $(CODE_VERSION)"; exit 2; \
+ else true; fi
2to3:
2to3 $(PY_FILES)