Skip to content

Commit a885fb8

Browse files
authored
Merge pull request #304 from GoogleCloudPlatform/ci-fix
ci: correct spelling of postgres package
2 parents 0105ce4 + 3c6678f commit a885fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ package-collector:
127127

128128
@echo "=> Packaging Database Migration Assessment Collector for Postgres..."
129129
@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 *
130+
@cd $(BASE_DIR)/$(BUILD_DIR)/collector/postgres; zip -r $(BASE_DIR)/$(BUILD_DIR)/$(COLLECTOR_PACKAGE)-postgres.zip *
131131

132132
.PHONY: build
133133
build: build-collector ## Build and package the collectors

0 commit comments

Comments
 (0)