Skip to content

Commit

Permalink
adding deleted msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mallozen committed Mar 15, 2017
1 parent 6932112 commit c755d5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ciaogit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
File.open("repos.txt", "r") do |f|
f.each_line do |repo|
user_repo = @client.login + '/' + repo.strip
puts ":#{user_repo}::"
@client.delete_repository(user_repo)
puts ":#{user_repo}:: Deleted"
end
end
7 changes: 5 additions & 2 deletions repos.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
automation
ok-remove-me
buildbot-opensuse
nailed
mano-sumanager
mangiaLava
interactive-coding-challenges

0 comments on commit c755d5f

Please sign in to comment.