-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'deepanshutr/migration' of https://github.com/AssetMantl…
…e/modules into mukund/setup # Conflicts: # modules/assets/internal/mappable/mappable_test.go # modules/classifications/internal/mappable/mappable_test.go # modules/identities/internal/mappable/mappable_test.go # schema/data/base/listData_test.go # schema/documents/base/document_test.go
- Loading branch information
mukundrawat
committed
Nov 21, 2022
1 parent
e01255d
commit 6ed75e7
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ tools: runsim | |
runsim: $(RUNSIM) | ||
$(RUNSIM): | ||
@echo "Installing runsim..." | ||
@(cd /tmp && go get github.com/cosmos/tools/cmd/[email protected]) | ||
@(cd /tmp && go install github.com/cosmos/tools/cmd/[email protected]) | ||
|
||
tools-clean: | ||
rm -f $(RUNSIM) | ||
|