Skip to content

Commit

Permalink
Merge pull request #51 from integr8ly/fix-fn-typo
Browse files Browse the repository at this point in the history
fix wrongly spelled function name
  • Loading branch information
pawelpaszki committed Jul 2, 2019
2 parents 3e297c7 + 5578c41 commit f3c05ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/tools/lib/component/resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function component_dump_data {
backup_resource iotconfigs ${ns} ${dest}
backup_resource mobilesecurityservicedbs ${ns} ${dest}
backup_resource mobilesecurityserviceapps ${ns} ${dest}
backup_resrouce mobilesecurityservices ${ns} ${dest}
backup_resource mobilesecurityservices ${ns} ${dest}
backup_resource mobilesecurityservicebackups ${ns} ${dest}
backup_resource unifiedpushservers ${ns} ${dest}
backup_resource pushapplications ${ns} ${dest}
Expand Down

0 comments on commit f3c05ff

Please sign in to comment.