profetch: indentation fix

This commit is contained in:
veleth
2021-08-13 17:53:11 +03:00
committed by GitHub
parent c6ed61f093
commit b2a1e0bd7f
+1 -1
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; {