Skip to content

Commit 4a875c2

Browse files
committed
support deleting diretories from repo
1 parent c79c0ba commit 4a875c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

merge-overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ process_file() {
209209
case "$choice" in
210210
y)
211211
if [[ -e "$original_repo_file" ]]; then
212-
rm -f "$original_repo_file"
212+
rm -rfv "$original_repo_file"
213213
echo -e "${GREEN}${NC} Deleted from repository"
214214
fi
215215
rm -f "$overlay_file"

0 commit comments

Comments
 (0)