bin/rconf in rconf-0.6.35 vs bin/rconf in rconf-0.7.0
- old
+ new
@@ -167,10 +167,10 @@
end
end
project = File.basename(options[:config], CONFIG_EXTENSION).blue
platform = Platform.family.to_s.blue
if aborted
- report("Configuration of #{project} stopped, please follow instructions above to proceed")
+ report("Configuration of #{project} stopped, please follow instructions below to proceed")
else
report("Successfully configured #{project} for #{platform}")
end
rescue Exception => e
raise if e.is_a?(SystemExit)