Skip to content

Commit

Permalink
fix(backup): must enable plugins first
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Oct 4, 2024
1 parent eea751a commit 5e8feff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one-cmds/backup
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ EOF
done

printf '\n'
list_enabled_mod_for_backup plugin # Must enable plugin first
list_enabled_mod_for_backup alias
list_enabled_mod_for_backup completion
list_enabled_mod_for_backup plugin
list_enabled_bin_for_backup bin
list_enabled_bin_for_backup sub
printf 'echo "[All Done]"\n'
Expand Down

0 comments on commit 5e8feff

Please sign in to comment.