From 6c9e0e692eb654108c352e751b7642dd82793dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 17 Feb 2020 11:23:59 +0100 Subject: [PATCH] shot them all: fix filename for horizontal mobiles --- bin/shot_them_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/shot_them_all.py b/bin/shot_them_all.py index 9f9878a..8940799 100644 --- a/bin/shot_them_all.py +++ b/bin/shot_them_all.py @@ -60,7 +60,7 @@ for theme in get_themes(): shots = [ [1400, 1000, 'desktop'], [360, 740, 'mobile'], # Samsung Galaxy S8 - [740, 360, 'mobile-horieontal'], # ditto, horizonal + [740, 360, 'mobile-horizontal'], # ditto, horizonal ] if not args.reshot: if all([os.path.exists(os.path.join(args.directory, '%s-%s.png' % (theme_id, x[2]))) for x in shots]):