Skip to content

Commit

Permalink
Fix IMAGEMAGICK_BINARY env
Browse files Browse the repository at this point in the history
Fix copy and paste mistake on last entry
  • Loading branch information
David Karchmer committed Dec 17, 2015
1 parent 939864b commit 80fac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/config_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
import os

FFMPEG_BINARY = os.getenv('FFMPEG_BINARY', 'ffmpeg-imageio')
IMAGEMAGICK_BINARY = os.getenv('FFMPEG_BINARY', 'auto-detect')
IMAGEMAGICK_BINARY = os.getenv('IMAGEMAGICK_BINARY', 'auto-detect')

0 comments on commit 80fac86

Please sign in to comment.