Remove extra indent in CI example

This commit is contained in:
wackbyte 2024-02-12 13:29:33 -05:00
parent 7ab86588c0
commit ca63b24f2e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs {
step "Other Stuff" run="
echo foo
echo bar
echo baz
echo baz
"
}
}