summaryrefslogtreecommitdiffstats
path: root/features/support/hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/support/hooks.rb')
-rw-r--r--features/support/hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/hooks.rb b/features/support/hooks.rb
index be8a0235..b3bdecef 100644
--- a/features/support/hooks.rb
+++ b/features/support/hooks.rb
@@ -129,7 +129,7 @@ end
BeforeFeature('@product') do |feature|
if TAILS_ISO.nil?
- raise "No Tails ISO image specified, and none could be found in the " +
+ raise "No ISO image specified, and none could be found in the " +
"current directory"
end
if File.exist?(TAILS_ISO)