diff options
author | Philip Hands <phil@hands.com> | 2016-04-28 18:21:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | 268339aa08aebba31eba5ab49c79ca5c85c85b56 (patch) | |
tree | 3fb8bc5cd34f3fc088d7b9bdcbc52cca165d2ce0 /features/support/hooks.rb | |
parent | da080c472fc415b0ce918f4dd4a1ab143bb1bca4 (diff) | |
download | jenkins.debian.net-268339aa08aebba31eba5ab49c79ca5c85c85b56.tar.xz |
lvc based off of recent Tails
Diffstat (limited to 'features/support/hooks.rb')
-rw-r--r-- | features/support/hooks.rb | 2 |
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) |