Skip to content

Commit 29f45c8

Browse files
pmbittneribbem
authored andcommitted
docker.sh typo fix
1 parent ed23071 commit 29f45c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case "$1" in
2121
# If Nix is not installed or the build failed due to any reason, try to
2222
# build with Docker.
2323
( which nix &>/dev/null && nix-build nix/docker.nix && docker load < result ) ||
24-
docker build . --tag diffdetective-demo:1.0.0 || echo "Failed to build the docker container." && echo "Docker container sucessfully built."
24+
docker build . --tag diffdetective-demo:1.0.0 || echo "Failed to build the docker container." && echo "Docker container successfully built."
2525
;;
2626
demo)
2727
docker run --rm --net=host --volume="$HOME/.Xauthority:/home/user/.Xauthority:rw" -e _JAVA_AWT_WM_NONREPARENTING="$_JAVA_AWT_WM_NONREPARENTING" -e DISPLAY="${DISPLAY:-:0}" diffdetective-demo:1.0.0

0 commit comments

Comments
 (0)