mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[PR #54] [MERGED] add trailing underscore to env_prefix #85
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/initialcommit-com/git-sim/pull/54
Author: @paketb0te
Created: 2/10/2023
Status: ✅ Merged
Merged: 2/10/2023
Merged by: @initialcommit-io
Base:
main← Head:update_env_var_prefix📝 Commits (1)
6e39fd4add trailing underscore to env_prefix📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
git_sim/settings.py(+1 -1)📄 Description
Fix a typo in the env_prefix variable of the Settings class.
Allows us to define env vars like
GIT_SIM_ANIMATE=true(actually case-insensitive, sogit_sim_animate=trueworks just as well 😄) to override the default settings.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.