summaryrefslogtreecommitdiff
path: root/bin/envstore
diff options
context:
space:
mode:
Diffstat (limited to 'bin/envstore')
-rwxr-xr-xbin/envstore2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envstore b/bin/envstore
index e21c2ca..e71b780 100755
--- a/bin/envstore
+++ b/bin/envstore
@@ -7,7 +7,7 @@ use warnings;
use Pod::Usage;
use Simplestore;
-my $store_file = "/tmp/.envstore-$>";
+my $store_file = "/tmp/envstore-$>";
my %store;
my $action = shift;
my $arg = shift;