Skip to content

Commit

Permalink
fix: fix cardano-cli call
Browse files Browse the repository at this point in the history
  • Loading branch information
tgunnoe committed Nov 7, 2024
1 parent 3d5b281 commit bdd2fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
name = "cardano-cli";
help = "CLI v10.1.2 that is used in partner-chains dependency stack";
# This command has some eval because of IFD
command = "${self'.packages.cardano-cli}/bin/cardano-cli latest $@";
command = "${self'.packages.cardano-cli}/bin/cardano-cli $@";
}
];
}
Expand Down

0 comments on commit bdd2fbf

Please sign in to comment.