Skip to content

Commit 8815bc1

Browse files
authored
Fix typo
1 parent 549a10d commit 8815bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/first-run-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if [ "$restore_passwd" = "true" ]; then
193193
fi
194194

195195
# Create a directory for development
196-
mkdir -p "$HOME/projects"
196+
mkdir -p "$HOME/Projects"
197197

198198
echo "Installing asdf plugins and packages..."
199199
# Install asdf plugins and packages from .tool-versions file

0 commit comments

Comments
 (0)