diff --git a/src/unisync/defaults.py b/src/unisync/defaults.py index 55f0062..cd12b49 100644 --- a/src/unisync/defaults.py +++ b/src/unisync/defaults.py @@ -6,7 +6,7 @@ from pathlib import Path # Commented out values are part of the config but are required so there is no defaults. # This allows this file to be a list of all the config options. -# DEFAULT_SERVER_USER: str = "" +# DEFAULT_SERVER_USER: str = "" DEFAULT_SERVER_SSHARGS: str = "" DEFAULT_SERVER_HOSTNAME: str = "" DEFAULT_SERVER_IP: str = ""