Skip to content

Commit 036916a

Browse files
fix path
1 parent 84a0fdd commit 036916a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/postinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ if [ -L "$USER_HOME/.local/bin/snip" ]; then
1717
fi
1818

1919
# Create the symlink in ~/.local/bin
20-
ln -s "/Applications/snip.app/Contents/MacOS/snip" "$USER_HOME/.local/bin/snip"
20+
ln -s "/Applications/snip.app/Contents/MacOS/snip-cli" "$USER_HOME/.local/bin/snip"

0 commit comments

Comments
 (0)