Skip to content

Commit

Permalink
Fix directory path
Browse files Browse the repository at this point in the history
Signed-off-by: t-kikuc <[email protected]>
  • Loading branch information
t-kikuc committed Mar 13, 2024
1 parent db878f9 commit af1aea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Flags:
-h, --help help for piped
--insecure Whether disabling transport security while connecting to control-plane.
--launcher-version string The version of launcher which initialized this Piped.
--tools-dir string The path to directory where to install needed tools such as kubectl, helm, kustomize. (default "/Users/s24798/.piped/tools")
--tools-dir string The path to directory where to install needed tools such as kubectl, helm, kustomize. (default "~/.piped/tools")
Global Flags:
--log-encoding string The encoding type for logger [json|console|humanize]. (default "humanize")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Flags:
-h, --help help for piped
--insecure Whether disabling transport security while connecting to control-plane.
--launcher-version string The version of launcher which initialized this Piped.
--tools-dir string The path to directory where to install needed tools such as kubectl, helm, kustomize. (default "/Users/s24798/.piped/tools")
--tools-dir string The path to directory where to install needed tools such as kubectl, helm, kustomize. (default "~/.piped/tools")
Global Flags:
--log-encoding string The encoding type for logger [json|console|humanize]. (default "humanize")
Expand Down

0 comments on commit af1aea3

Please sign in to comment.