Skip to content

Commit

Permalink
fix: remove ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikinovation committed Apr 20, 2024
1 parent e616b43 commit 23498a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ link_tmux_config() {
# Neovimの設定ファイルをdotfilesリポジトリからシンボリックリンクとして配置
link_nvim_config() {
echo "Linking neovim config..."
for file in "${DOTFILES_DIR}"/config/nvim); do
for file in "${DOTFILES_DIR}"/config/nvim; do
[[ -f "$file" ]] || continue
ln -snfv "$DOTFILES_DIR/config/nvim/$file" "$NVIM_CONFIG_DIR/$file"
done
Expand Down

0 comments on commit 23498a7

Please sign in to comment.