1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Try to fix quotes that don't go to end with sed

This commit is contained in:
John Ericson 2024-06-12 12:42:38 -04:00
parent 1afac8fbbc
commit d8ae28617d
11 changed files with 16 additions and 16 deletions

View file

@ -14,7 +14,7 @@ git init "$repo"
git -C "$repo" config user.email "foobar@example.com"
git -C "$repo" config user.name "Foobar"
echo utrecht > "$repo"/hello
echo utrecht > "$repo/hello"
git -C "$repo" add hello
git -C "$repo" commit -m 'Bla1'