Skip to content

Commit

Permalink
Corrected environment variable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robjgiff committed Oct 24, 2023
1 parent ad6aa7a commit f10d936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digs_tool.pl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

# Include the PERL module library for DIGS
use lib ($ENV{DIGS_HOME2}) . '/modules/';
use lib ($ENV{DIGS_HOME}) . '/modules/';

############################################################################
# Import statements/packages (externally developed packages)
Expand Down

0 comments on commit f10d936

Please sign in to comment.