Skip to content

Commit

Permalink
lib.sh: Fix typo causing scraper.sh to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
demizer committed Sep 13, 2016
1 parent 035c250 commit 3efb00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ check_webpage() {
debug "Using regex: `printf "%q" "$2"`"
debug "Expecting: $3"

run_cmd_no_outpurun_cmd_outputt "curl -sL ${1}"
run_cmd_no_output "curl -sL ${1}"

if [[ ${dry_run} -eq 1 ]]; then
return 0
Expand Down

0 comments on commit 3efb00f

Please sign in to comment.