lib/awestruct/commands/deploy.rb in awestruct-0.2.2 vs lib/awestruct/commands/deploy.rb in awestruct-0.2.3
- old
+ new
@@ -19,9 +19,11 @@
while ( ! i.eof? )
line = i.readline
case line[0,9]
when '<f.sT....'
puts " updating #{line[10..-1]}"
+ when 'cd+++++++'
+ puts " creating #{line[10..-1]}"
when '<f+++++++'
puts " adding #{line[10..-1]}"
when '<f..T....'
# ignoring unchanged files
# puts " no change to #{line[10..-1]}"