Skip to content

Commit

Permalink
f-bootdisk: correctly setup webpack in postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 3, 2022
1 parent 7a6972a commit 2c3354c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions plugins/ruby-foreman-bootdisk/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ruby-foreman-bootdisk (19.0.0-2) stable; urgency=low

* Correctly setup webpack in postinst

-- Evgeni Golov <evgeni@debian.org> Mon, 03 Jan 2022 11:05:19 +0100

ruby-foreman-bootdisk (19.0.0-1) stable; urgency=low

* 19.0.0 released
Expand Down
2 changes: 1 addition & 1 deletion plugins/ruby-foreman-bootdisk/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
# hang if daemons have been started
trap db_stop EXIT

foreman_plugin_install "foreman_bootdisk" "$2" "true" "false"
foreman_plugin_install "foreman_bootdisk" "$2"

#DEBHELPER#

Expand Down

0 comments on commit 2c3354c

Please sign in to comment.