Skip to content

Commit 28523cb

Browse files
amol-tdstein
andauthored
Update rsconnect/environment.py
Co-authored-by: Taylor Steinberg <taylor@steinberg.xyz>
1 parent 4d6b2ea commit 28523cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsconnect/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def _check_requirements_file(directory: str, requirements_file: typing.Optional[
340340
raise RSConnectException(
341341
"The requirements file '%s' does not exist in '%s'.\n"
342342
"Please create the file or specify a different file with --requirements-file.\n"
343-
"To use pip freeze instead, pass --force-generate." % (requirements_file, directory)
343+
"To have the requirements file generated using pip freeze, pass --force-generate." % (requirements_file, directory)
344344
)
345345

346346

0 commit comments

Comments
 (0)