Skip to content

Commit a39ef17

Browse files
elifarleyCopilot
andcommitted
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 361db66 commit a39ef17

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ vhs-dry-run: ## Show what would be built without building
7777

7878
vhs-strip-metadata: ## Strip metadata from all PNG/GIF images to make them deterministic
7979
@echo "$(BLUE)Stripping metadata from images...$(NC)"
80-
@bash docs/screencasts/bin/vhs-strip-metadata.sh
81-
@echo "$(GREEN)Metadata stripped successfully$(NC)"
80+
@bash docs/screencasts/bin/vhs-strip-metadata.sh && echo "$(GREEN)Metadata stripped successfully$(NC)"
8281

8382
vhs-clean: ## Remove generated GIF/PNG files from VHS
8483
@bash docs/screencasts/bin/vhs-clean.sh

0 commit comments

Comments
 (0)