Skip to content

Commit

Permalink
✅ mfconfig => Configurations repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 8, 2024
1 parent da4a374 commit 5ce013f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 174 deletions.
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def apply_config_ini(cp):
if args[0].endswith('.ini'):
ini_file = args[0]
else:
print("Usage: %s <.ini file>" % sys.argv[0])
print("Usage: %s <.ini file>" % os.path.basename(sys.argv[0]))
else:
ini_file = config_path('config.ini')

Expand Down
173 changes: 0 additions & 173 deletions buildroot/share/git/mfconfig

This file was deleted.

0 comments on commit 5ce013f

Please sign in to comment.