Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jul 31, 2024
1 parent 345baa9 commit be27b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla_first_setup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def do_command_line(self, command_line):
# FIXME: this is a workaround to avoid running as a new user when the user is not vanilla
# this should simply never happen. Anyway we are already working on a new backend for the
# first setup, so this is just a temporary fix
if self.user() == "vanilla":
if self.user == "vanilla":
self.new_user = True
logger.warning("Detected user vanilla, creating new user")
else:
Expand Down

0 comments on commit be27b1a

Please sign in to comment.