From ba324d85ebc3c210c445b93c86daa72f1ee57191 Mon Sep 17 00:00:00 2001 From: Tyler McGoffin Date: Fri, 18 Oct 2024 09:34:13 -0700 Subject: [PATCH] Wrap true in '' in repo-fork-sync --- acceptance/testdata/repo/repo-fork-sync.txtar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/testdata/repo/repo-fork-sync.txtar b/acceptance/testdata/repo/repo-fork-sync.txtar index 5b2362ffe..6ed7b94e1 100644 --- a/acceptance/testdata/repo/repo-fork-sync.txtar +++ b/acceptance/testdata/repo/repo-fork-sync.txtar @@ -18,7 +18,7 @@ sleep 5 # Check that the repo was forked exec gh repo view $ORG/$SCRIPT_NAME-$RANDOM_STRING-fork --json='isFork' --jq='.isFork' -stdout true +stdout 'true' # Modify original repo cd $SCRIPT_NAME-$RANDOM_STRING