Skip to content

Commit 5e1e74b

Browse files
authored
Fix command called in reset script (#2254)
Fix incorrectly named function for reset script
1 parent 89672fe commit 5e1e74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function confirm() {
1717
# The purpose of this script is to make it easy to reset a local self-hosted
1818
# install to a clean state, optionally targeting a particular version.
1919

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

0 commit comments

Comments
 (0)