Skip to content

Commit

Permalink
Remove wrong -o flag from git clone for installer (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabani authored Feb 22, 2023
1 parent 358bd93 commit 5ec6d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/install-codd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
fi

rm -rf /tmp/codd-checkout-Y6fRwa_23x
git clone --depth 1 https://github.com/mzabani/codd.git -o /tmp/codd-checkout-Y6fRwa_23x
git clone --depth 1 https://github.com/mzabani/codd.git /tmp/codd-checkout-Y6fRwa_23x

nix-env -f "/tmp/codd-checkout-Y6fRwa_23x/nix/install-codd-nixpkgs.nix" \
--option trusted-substituters 'https://cache.nixos.org https://hydra.iohk.io https://mzabani.cachix.org' \
Expand Down

0 comments on commit 5ec6d78

Please sign in to comment.