Skip to content

Commit

Permalink
fix: missing ampersand
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Sep 10, 2024
1 parent 2316dee commit 7fe2e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN pnpm add --global turbo && \
# Used as a proxy for communicating with WebKitWebDriver.
cargo install tauri-driver && \
# Make `tauri-driver` more widely available
ln -s /root/.cargo/bin/tauri-driver /usr/local/bin/tauri-driver \
ln -s /root/.cargo/bin/tauri-driver /usr/local/bin/tauri-driver && \
# vi bindings on by default.
echo "set -o vi" >> /root/.bashrc

Expand Down

0 comments on commit 7fe2e28

Please sign in to comment.