Skip to content

Commit

Permalink
fix: add dotfiles from CLI
Browse files Browse the repository at this point in the history
I forgot to break the loop if arguments do not match an option. So an
infinite loop happened when adding dotfiles from CLI.
  • Loading branch information
ArmandPhilippot committed Jul 13, 2021
1 parent c7de0a5 commit a7161f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotig
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,7 @@ call_add_dotfiles() {
_verbose="true"
shift
;;
*) break ;;
esac
done

Expand Down

0 comments on commit a7161f5

Please sign in to comment.