From 901117ec0e96cce8120a2f6ebba2b15457cea226261e093e5237f15fc1695fb6 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 17 Feb 2017 12:41:14 +0000 Subject: [PATCH] - Fix tab issue in patch OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=78 --- cloud-init-handle-not-implemented-query.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-init-handle-not-implemented-query.patch b/cloud-init-handle-not-implemented-query.patch index 0ed63f6..133cff0 100644 --- a/cloud-init-handle-not-implemented-query.patch +++ b/cloud-init-handle-not-implemented-query.patch @@ -6,7 +6,7 @@ + elif name == 'query': + print 'Action query is not yet implemented' -+ sys.exit(1) ++ sys.exit(1) + args.reporter = events.ReportEventStack( rname, rdesc, reporting_enabled=report_on)