diff --git a/src/tfscript/cli.py b/src/tfscript/cli.py index 85b48ae..fe0f508 100644 --- a/src/tfscript/cli.py +++ b/src/tfscript/cli.py @@ -178,7 +178,7 @@ def main(): targetDir += "steamapps/common/Team Fortress 2/tf/cfg" elif args.force: # Unsupported OS but -f specified - targetDir = os.path.expanduser('.') + targetDir = '.' else: # Unsupported OS and not forced to continue return 2