Skip to content

Commit

Permalink
Changed path.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Dec 13, 2023
1 parent 6f581a6 commit d7738b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screenplay/outfront/sftp_test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defmodule Screenplay.Outfront.SFTPTest do
conn = start_connection()

result =
case SFTPClient.list_dir(conn, Path.join(["Portrait"])) do
case SFTPClient.list_dir(conn, ".") do
{:error, error} -> "Something wrong with directory: #{error}"
result -> result
end
Expand Down

0 comments on commit d7738b9

Please sign in to comment.