Getting started example "dep pwd" returns only "/" #2307
Unanswered
rowild
asked this question in
Help needed
Replies: 3 comments
-
The / is also a path. Of root. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is supposed to run on remote. There a different result is returned (complete path from root to folder). According to the example in the "Getting started" guide such a path the path that is generated on remote - should be returned. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try to run cd to desired dir before pwd. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Working through "Getting stared": at
the return value is always "/".
But running
pwd
on the remote host does return a path.Why could that be?
Beta Was this translation helpful? Give feedback.
All reactions