Skip to content

Commit 5b1b5d0

Browse files
committed
Minor fix
1 parent ddf69ee commit 5b1b5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/make_deb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def generate_configuration(templates_dir, major, arch, target_dir, exploded_imag
7777
def main(argv=None):
7878
parser = argparse.ArgumentParser()
7979
parser.add_argument('-t', '--tag', help='SapMachine version tag to create the debian packages for', metavar='TAG', required=True)
80-
parser.add_argument('-d', '--download', help='Does artifact and git repo need to be downloaded', metavar='DOWNLOAD', action='store_true')
80+
parser.add_argument('-d', '--download', help='Does artifact and git repo need to be downloaded', action='store_true')
8181
parser.add_argument('-a', '--architecture', help='specifies the architecture (linux-aarch64, linux-ppc64le, linux-x64)', metavar='ARCH', default='linux-x64')
8282
args = parser.parse_args()
8383

0 commit comments

Comments
 (0)