Skip to content

Commit

Permalink
tests: fix docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
flexlixrup committed Feb 14, 2025
1 parent 0f11889 commit 3016b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/PulsarTests/ServerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct ServerController {
dockerPath = "/usr/local/bin/docker"

#else
dockerPath = "/snap/bin/docker"
dockerPath = "docker"
#endif

let dockerCommand = """
Expand Down

0 comments on commit 3016b6d

Please sign in to comment.