profetch: indentation fix

This commit is contained in:
veleth 2021-08-13 17:53:11 +03:00 committed by GitHub
parent c6ed61f093
commit b2a1e0bd7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
installPhase = ''
runHook preInstall
install -Dm755 -t $out/bin profetch
runHook postInstall
runHook postInstall
'';
meta = with lib; {