Skip to content

Commit

Permalink
Fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed May 27, 2024
1 parent f21e71c commit 9a6fb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/neovim/bin/build_universal_neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main() {
-output "${universal_folder_path}/share/nvim/runtime/parser/${filename}"
done

tar -cjf nvim-macos-universal
tar -cjf nvim-macos-universal.tar.bz nvim-macos-universal

popd >/dev/null
}
Expand Down

0 comments on commit 9a6fb5b

Please sign in to comment.