Skip to content

Commit

Permalink
This commit updates the demo profile for existing users
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Jul 28, 2024
1 parent 793a35d commit 39f9d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func main() {
}
config.WriteConfigToFile(&conf)
} else{
//updates the demo profile for existing users
_,exists := previousConfig.Profiles["demo"];
if exists{
conf := config.Config{
Expand Down

0 comments on commit 39f9d46

Please sign in to comment.