We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0105ce4 + 3c6678f commit a885fb8Copy full SHA for a885fb8
Makefile
@@ -127,7 +127,7 @@ package-collector:
127
128
@echo "=> Packaging Database Migration Assessment Collector for Postgres..."
129
@echo "Zipping files in ./$(BUILD_DIR)/collector/postgres"
130
- @cd $(BASE_DIR)/$(BUILD_DIR)/collector/postgres; zip -r $(BASE_DIR)/$(BUILD_DIR)/$(COLLECTOR_PACKAGE)-posrgres.zip *
+ @cd $(BASE_DIR)/$(BUILD_DIR)/collector/postgres; zip -r $(BASE_DIR)/$(BUILD_DIR)/$(COLLECTOR_PACKAGE)-postgres.zip *
131
132
.PHONY: build
133
build: build-collector ## Build and package the collectors
0 commit comments