diff mbox series

[OSSTEST,4/5] mg-schema-test-database: Add a missing backslash

Message ID 20210913163115.12749-4-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series [OSSTEST,1/5] copyright notices: Add many missing notices | expand

Commit Message

Ian Jackson Sept. 13, 2021, 4:31 p.m. UTC
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 mg-schema-test-database | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/mg-schema-test-database b/mg-schema-test-database
index 052a3577..b185e8b9 100755
--- a/mg-schema-test-database
+++ b/mg-schema-test-database
@@ -285,7 +285,7 @@  create)
 	if [ "x$tasks" = x ]; then
 		arg='<based on username>'
 		moretasks error					\
-			"WHERE type = 'static'
+			"WHERE type = 'static'			\
 			   AND refkey = :'refkey'"		\
 			-v refkey="${username}@$(uname -n)"
 	fi