Skip to content

Commit

Permalink
Merge pull request #20 from cisagov/bugfix/change-sftp-root-dir
Browse files Browse the repository at this point in the history
Change SFTP base directory for non-Windows connections
  • Loading branch information
jsf9k committed Dec 17, 2021
2 parents ba59ea9 + a52fe54 commit 4a060ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/guacscanner/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion src/guacscanner/guacscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def add_instance_connection(
(
connection_id,
"sftp-root-directory",
f"/home/{connection_parameters.vnc_username}/",
"/",
),
(
connection_id,
Expand Down

0 comments on commit 4a060ff

Please sign in to comment.