Skip to content

Commit 0f59639

Browse files
committed
[SRVCOM-2060] Fix minor bug in functions docs
1 parent 98d5f83 commit 0f59639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/serverless-functions-podman.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ On most systems, this socket is located at `/run/user/$(id -u)/podman/podman.soc
3232
$ export DOCKER_HOST="unix://${XDG_RUNTIME_DIR}/podman/podman.sock"
3333
----
3434

35-
. Run the build command with `-v` to see verbose output. You should see a connection to your local UNIX socket:
35+
. Run the build command inside your function project directory with the `-v` flag to see verbose output. You should see a connection to your local UNIX socket:
3636
+
3737
[source,terminal]
3838
----

0 commit comments

Comments
 (0)