Skip to content

Commit cdd45ea

Browse files
committed
shellchecked
1 parent 1027a37 commit cdd45ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/postCreateCommand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_dotfiles() {
2323
return
2424
fi
2525

26-
cd /mnt/home/coder/.config/coderv2/dotfiles
26+
cd /mnt/home/coder/.config/coderv2/dotfiles || return
2727
for script in install.sh install bootstrap.sh bootstrap script/bootstrap setup.sh setup script/setup; do
2828
if [ -x $script ]; then
2929
echo "📦 Installing dotfiles..."

0 commit comments

Comments
 (0)