squelch curl

This commit is contained in:
Thomas Mitchell 2019-03-11 18:37:59 -04:00
parent 2e281fbdf2
commit 212eaf1980
1 changed files with 1 additions and 1 deletions

2
hangar
View File

@ -133,7 +133,7 @@ fly_curl() {
check_target() {
[[ -n "$opt_target" ]] || fatal "No target specified. Please set in \$CONCOURSE_TARGET or use the -t|--target option"
fly_curl "" || fatal "Cannot reach Concourse target at ${fly_url}"
fly_curl "" >/dev/null || fatal "Cannot reach Concourse target at ${fly_url}"
}
check_backup_directory_empty() {