Skip to content

Commit

Permalink
fixup: make prompt a reserved key
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Feb 22, 2024
1 parent 03eaffd commit 0952ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/gourgeist/src/bare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ pub fn create_bare_venv(
"base-prefix",
"base-exec-prefix",
"base-executable",
"prompt"
];
for (key, _) in &extra_cfg {
if reserved_keys.contains(&key.as_str()) {
Expand Down

0 comments on commit 0952ef8

Please sign in to comment.