Skip to content

Commit 6809dc7

Browse files
committed
bins: use fp
1 parent 28af54b commit 6809dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fnl/mapping.fnl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
line (vim.fn.line ".")
3939
safe_path (vim.fn.shellescape path)
4040
safe_file (vim.fn.shellescape file)]
41-
(vim.fn.execute (.. "!open-web-commit " safe_path " " safe_file " " line))
41+
(vim.fn.execute (.. "! ~/.dotfiles/bin/utils/open-web-commit " safe_path " " safe_file " " line))
4242
(match vim.v.shell_error
4343
1 (print (.. path " is not a git repository"))
4444
2 (print (.. path "/" file ":" line " was never committed")))))

0 commit comments

Comments
 (0)