diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-17 15:31:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-17 15:31:57 -0400 |
commit | fe1e3197482a25365379be306741d0a943dcdfd5 (patch) | |
tree | d2fa37ff0aab11fc63c258903f4d81dd3edb3739 /Makefile | |
parent | f9ef3c200831cfe8240c8b4e44b1a13f14e9d752 (diff) | |
download | vyos-cloud-init-fe1e3197482a25365379be306741d0a943dcdfd5.tar.gz vyos-cloud-init-fe1e3197482a25365379be306741d0a943dcdfd5.zip |
fix indentation a bit in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |