Skip to content

Commit bcd581b

Browse files
authored
Update wrap_chrome_binary
1 parent efe8408 commit bcd581b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeChrome/wrap_chrome_binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
WRAPPER_PATH=$(readlink -f /usr/bin/microsoft-edge)
3+
WRAPPER_PATH=$(readlink -f /usr/bin/google-chrome)
44
BASE_PATH="$WRAPPER_PATH-base"
55
mv "$WRAPPER_PATH" "$BASE_PATH"
66

0 commit comments

Comments
 (0)