fix: use nested attribute for credential config

This commit is contained in:
mikl 2026-07-01 17:19:25 +03:00
parent 203630ca60
commit e9ddbc5d0e

View file

@ -27,8 +27,10 @@
diff.algorithm = "histogram";
# Use osxkeychain for forgejo and other HTTPS remotes
credential.helper = "osxkeychain";
"credential.https://git.iscg.dev.helper" = "osxkeychain";
credential = {
helper = "osxkeychain";
"https://git.iscg.dev".helper = "osxkeychain";
};
# Color output
color.ui = "auto";