diff --git a/api/api_gateway.go b/api/api_gateway.go index 9a1ed1eb8..ad50d4ac6 100644 --- a/api/api_gateway.go +++ b/api/api_gateway.go @@ -25,7 +25,7 @@ import ( // When adding / changing methods in this file: // * Do the change here // * Adjust implementation in `node/impl/` -// * Run `make clean && make all && make gen` - this will: +// * Run `make clean && make deps && make gen` - this will: // * Generate proxy structs // * Generate mocks // * Generate markdown docs