Skip to content

Commit b6ea54e

Browse files
committed
[Fix] - fix typo
1 parent aab3fee commit b6ea54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/rds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ aws_rds_get_snapshots() {
121121
}
122122

123123
aws_rds_create_db_cluster_snapshot() {
124-
aws_rds_dbdb__cluster_name=$1
124+
aws_rds_db_cluster_name=$1
125125
aws_run_commandline \
126126
"
127127
aws rds create-db-cluster-snapshot \

0 commit comments

Comments
 (0)