Skip to content

Commit

Permalink
Fix update config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzvonimir committed Oct 15, 2024
1 parent 06102f4 commit f9d00ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func UpdateConfig(osConfig Config) error {
home_dir = :home_dir,
lda_dir = :lda_dir,
is_root = :is_root,
exe_path = :exe_path,
exe_path = :exe_path
WHERE id = :id`

_, err := database.DB.NamedExec(query, osConfig)
Expand Down

0 comments on commit f9d00ac

Please sign in to comment.