fix(x/accounts/defaults/lockup): rename lockup go.mod properly (#19899)

This commit is contained in:
Julien Robert
2024-03-28 22:31:12 +00:00
committed by GitHub
parent b9c8d60ea0
commit cb5d34e136
13 changed files with 36 additions and 89 deletions
+2 -1
View File
@@ -13,8 +13,9 @@ done
# automatically.
cd simapp
if command -v nix &> /dev/null
nix develop .. -c gomod2nix
then
nix develop .. -c gomod2nix
if ! command -v gomod2nix &> /dev/null
then
echo "gomod2nix could not be found in PATH, installing..."