diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-04 00:18:51 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-04 00:18:51 -0500 |
commit | ea5ffb88f2d3b5f55699955520012596de1d8af5 (patch) | |
tree | 0e58e00b19935cdbdf8507b548c825ef1d007511 | |
parent | a782829a083c7170df62dda94d6b7441963dcb94 (diff) | |
download | vyos-cloud-init-ea5ffb88f2d3b5f55699955520012596de1d8af5.tar.gz vyos-cloud-init-ea5ffb88f2d3b5f55699955520012596de1d8af5.zip |
fix tab in rules
-rwxr-xr-x | packages/debian/rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/debian/rules.in b/packages/debian/rules.in index a24720f4..988b5bc7 100755 --- a/packages/debian/rules.in +++ b/packages/debian/rules.in @@ -14,7 +14,7 @@ override_dh_install: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: - http_proxy= make check + http_proxy= make check endif override_dh_systemd_start: |