From 90211c9a5b0518e1615d8d07deee4a45ca3108b0 Mon Sep 17 00:00:00 2001 From: gurudefy <63484481+gurudefy@users.noreply.github.com> Date: Sat, 11 Apr 2020 09:08:00 +0530 Subject: [PATCH] Update make-prefetch.py --- make-prefetch.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make-prefetch.py b/make-prefetch.py index ca64732..1414720 100755 --- a/make-prefetch.py +++ b/make-prefetch.py @@ -14,9 +14,9 @@ import os import sys -usage = """make-prefetch.py [options] +usage = make-prefetch.py E:\CylanceEL7\Install.sh.temp -Create a prefetch statement for BigFix ActionScript +"""Create a prefetch statement for BigFix ActionScript Options: -a, --algorithm ALGORITHM Hash algorithm to use (all, sha1, sha256) @@ -158,7 +158,7 @@ def value_output(algorithm): file['url'] = args.url if file['url'] == '': - file['url'] = 'http://REPLACEME' + file['url'] = 'E:\CylanceEL7\Install.sh.temp' if args.output == 'value': output = value_output(args.algorithm)