mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[provisioning] remove unneeded variable
This commit is contained in:
parent
f60f162f02
commit
170630ac12
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ RECIPE_PATH=${HOME}/dotfiles/recipes
|
|||
RECIPES=$(ls $RECIPE_PATH|grep -v '^_')
|
||||
INSTALL=(base)
|
||||
|
||||
POSITIONAL=()
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case $1 in
|
||||
-D|--debug)
|
||||
|
|
Loading…
Reference in a new issue