We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46589fd commit 6a8f79eCopy full SHA for 6a8f79e
tools/db_migration.py
@@ -22,7 +22,7 @@
22
env_file = "dbm_env.ini"
23
24
license_header = f"-- Copyright (c) 2017-{datetime.date.today().year}, Mudita Sp. z.o.o. All rights reserved.\n" \
25
- "-- For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md\n\n"
+ "-- For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md\n\n"
26
27
cli = ArgumentParser()
28
subparsers = cli.add_subparsers(dest="subcommand")
0 commit comments