Skip to content

Missing app in Revert Systemized Apps #22

@louisabraham

Description

@louisabraham

for i in $(seq 1 $((${#rev_app[@]}-1))); do

The problem is that rev_app is 1 indexed so this line should be

  for i in $(seq 1 $((${#rev_app[@]}))); do

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions