Skip to content

Commit

Permalink
Fix command called in reset script (#2254)
Browse files Browse the repository at this point in the history
Fix incorrectly named function for reset script
  • Loading branch information
stayallive committed Jul 7, 2023
1 parent 89672fe commit 5e1e74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function confirm() {
# The purpose of this script is to make it easy to reset a local self-hosted
# install to a clean state, optionally targeting a particular version.

function clean() {
function reset() {
# If we have a version given, validate it.
# ----------------------------------------
# Note that arbitrary git refs won't work, because the *_IMAGE variables in
Expand Down

0 comments on commit 5e1e74b

Please sign in to comment.