Skip to content

Commit

Permalink
fix(lib/init): fix upgrade fn
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Feb 8, 2024
1 parent dea3dcc commit f8d1b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.fl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ _install() {
}

_upgrade() {
_build
has_fn preupdate && preupdate
_install
}

_cleanup() {
Expand Down

0 comments on commit f8d1b8f

Please sign in to comment.