Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Aug 15, 2024
1 parent 7371c4e commit aee62ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/fac-backup-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RDSToRDS() {
./gov.gsa.fac.cgov-util db_to_db --src_db "$1" --dest_db "$2" --operation "$3"
}
CheckTables() {
./gov.gsa.fac.cgov-util check_tables --source_database "$1"
./gov.gsa.fac.cgov-util check_db --db "$1"
}

if [ "$run_option" == "initial_backup" ]; then
Expand Down

0 comments on commit aee62ee

Please sign in to comment.