Skip to content

Commit

Permalink
🐛 shallowclone option is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLuje committed Jan 8, 2024
1 parent b92afb1 commit b25a587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/homebrew/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Homebrew",
"id": "homebrew",
"version": "2.0.3",
"version": "2.0.4",
"description": "Installs Homebrew",
"documentationURL": "https://github.com/meaningful-ooo/devcontainer-features/tree/main/src/homebrew",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion src/homebrew/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

BREW_PREFIX=${BREW_PREFIX:-"/home/linuxbrew/.linuxbrew"}
SHALLOW_CLONE=${SHALLOW_CLONE:-"false"}
SHALLOW_CLONE=${SHALLOWCLONE:-"false"}
USERNAME=${USERNAME:-"automatic"}

ARCHITECTURE="$(uname -m)"
Expand Down

0 comments on commit b25a587

Please sign in to comment.