Skip to content

Commit 127e4ce

Browse files
fix quote
1 parent 5e606f9 commit 127e4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phase_3_yocto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "INHERIT += \"rm_work\"" >> conf/local.conf
3737
echo "BB_HASHSERVE = \"auto\"" >> conf/site.conf
3838
echo "BB_HASHSERVE_UPSTREAM = \"wss://hashserv.yoctoproject.org/ws\"" >> conf/site.conf
39-
echo "SPDX_PRETTY = "\1\"" >> conf/local.conf
39+
echo "SPDX_PRETTY = \"1\"" >> conf/local.conf
4040
echo -e "SSTATE_MIRRORS = \" \\ \nfile://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH \\\n \\ \nfile://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \\\n \\ \n\"" >> conf/site.conf
4141
cat conf/local.conf
4242
cat conf/site.conf

0 commit comments

Comments
 (0)