Skip to content

Commit

Permalink
enter: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
89luca89 committed Dec 12, 2021
1 parent b3108e9 commit fccead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobox-enter
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fi
# prints the podman command to enter the distrobox container
generate_command() {
# If the container is not already running, we need to start if first
if ! podman ps | grep -q "${container_name}"; then
if ! podman ps | grep -q "${container_name}\$"; then
# if container is not running, start it first
if ! podman start "${container_name}" >/dev/null; then

Expand Down

0 comments on commit fccead6

Please sign in to comment.