From 413bfaf217b6d84f3a397ddc5825f65a555588a8 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 7 Feb 2021 14:40:28 +0100 Subject: [PATCH] Fix typo --- fosdem-recorder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fosdem-recorder b/fosdem-recorder index e766640..3016c8d 100755 --- a/fosdem-recorder +++ b/fosdem-recorder @@ -16,7 +16,7 @@ class FosdemCli < Thor puts "* start = #{meta[:start_str]}" puts "* stop = #{meta[:stop_str]}" puts "* diff = #{meta[:duration_str]}" - puts "* url = #{stream_url}" + puts "* url = #{meta[:stream_url]}" end desc 'download URL', 'Download conference described at URL'