refs #2506 -- fix indentation

pull/108/head
Vadim Trochinsky 2025-08-28 09:51:16 +02:00 committed by Vadim Troshchinskiy
parent 1d4573438b
commit 012b7a5dbb
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def commit_image(disk_num, partition_num, repository, branch, options, msg):
def main():
parser = argparse.ArgumentParser(
parser = argparse.ArgumentParser(
prog = "OpenGnsys Git Image Modify",
description = "Commits changes to a partition to a git repository"
)