Fix sourcehut integration test

The new implementation relies on tab separting the hash and ref (this is how sourcehut does it). This fixes the integration test to use a tab instead of a space.
This commit is contained in:
Gabriel Fontes 2022-03-19 11:38:45 -03:00
parent 9720797f69
commit 31544b93ff
No known key found for this signature in database
GPG key ID: 2E54EA7BFE630916

View file

@ -59,7 +59,7 @@ let
echo 'ref: refs/heads/master' > $out/HEAD
mkdir -p $out/info
echo '${nixpkgs.rev} refs/heads/master' > $out/info/refs
echo -e '${nixpkgs.rev}\trefs/heads/master' > $out/info/refs
'';
in