Skip to content

Commit

Permalink
Fix test_appvars_migrate function name
Browse files Browse the repository at this point in the history
  • Loading branch information
CLHatch committed Feb 2, 2025
1 parent aa3d29c commit 72e1ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/appvars_migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appvars_migrate() {
warn "appvars_migrate ${APPNAME} not implemented yet."
}

test_appvars_migrate_all() {
test_appvars_migrate() {
# run_script 'appvars_migrate'
warn "CI does not test appvars_migrate."
}

0 comments on commit 72e1ff1

Please sign in to comment.