We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d2ba6 commit bcad14aCopy full SHA for bcad14a
rsconnect/main.py
@@ -412,7 +412,7 @@ def _warn_if_environment_directory(directory):
412
if is_environment_dir(directory):
413
click.secho(
414
" Warning: The deployment directory appears to be a python virtual environment.\n"
415
- " Excluding the 'bin' and 'lib' directories..",
+ " Excluding the 'bin' and 'lib' directories.",
416
fg="yellow",
417
)
418
0 commit comments