From 5fdbe2962d84dad89de23f103d97b76b90450206 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 16 May 2021 17:48:56 -0700 Subject: [PATCH] make dig compatible with all platforms --- jc/parsers/dig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index cac0cfcb..5c485a7a 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -322,7 +322,7 @@ class info(): author_email = 'kellyjonbrazil@gmail.com' # compatible options: linux, darwin, cygwin, win32, aix, freebsd - compatible = ['linux', 'aix', 'freebsd', 'darwin'] + compatible = ['linux', 'aix', 'freebsd', 'darwin', 'win32', 'cygwin'] magic_commands = ['dig']