Skip to content

Commit

Permalink
Update src/branding.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac authored Nov 22, 2024
1 parent a4714cf commit b99568a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/branding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ pub const BRANDING_USERNAME: &str = "edgedb";

/// The OS pathname for data files.
// TODO: Should this be "gel" as well?
// WARNING: This requires will require a migration strategy if we decide to change it
pub const BRANDING_PATH: &str = if cfg!(windows) { "EdgeDB" } else { "edgedb" };

0 comments on commit b99568a

Please sign in to comment.