Skip to content
Snippets Groups Projects
Commit a76eec15 authored by Kevin Atkinson's avatar Kevin Atkinson
Browse files

Remove unnecessary dep.

parent 2b3a4ac1
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
#
use strict;
use Getopt::Std;
use File::Temp;
#
# Configure variables
......@@ -85,3 +84,4 @@ die "ssh to ops failed with exit code $?\n" if $? != 0;
unlink $logfile;
exit(0);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment