Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge "mkae nuke_service.rb path to be correct."
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunjie authored and Gerrit Code Review committed May 22, 2012
2 parents 43479e9 + a7be863 commit 8a0d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/services/nuke_service
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
# Copyright (c) 2009-2011 VMware, Inc.

exec(File.expand_path("../../../services/common/nuke_service.rb", __FILE__), *ARGV)
exec(File.expand_path("../../../services/tools/misc/bin/nuke_service.rb", __FILE__), *ARGV)

0 comments on commit 8a0d0c6

Please sign in to comment.