Skip to content

Commit 1f653e1

Browse files
authored
Merge pull request #50740 from abrennan89/SRVCOM-2060
[SRVCOM-2060] Fix minor bug in functions docs
2 parents 233918c + 0f59639 commit 1f653e1

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)