From bd275b85d7c0b9c68d7b760086140c3b3385d288 Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Wed, 22 Jul 2015 22:06:16 -0600 Subject: [PATCH] Update `make screenshots` to run the new screenshotter Test Plan: - run `make screenshots` and verify that the screenshotter runs Auditors: alpert --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9eee83f9b..a8276b34c 100644 --- a/Makefile +++ b/Makefile @@ -89,4 +89,4 @@ clean: rm -rf build/* screenshots: - docker run --volume=$(shell pwd):/KaTeX ss + dockers/Screenshotter/screenshotter.sh