diff options
| -rwxr-xr-x | bin/envstore | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/envstore b/bin/envstore index 5341731..014cb47 100755 --- a/bin/envstore +++ b/bin/envstore @@ -98,5 +98,6 @@ elif command == "rm":      save_raw()  elif command == "clear":      os.remove(store_filename) +    os.remove(raw_filename)  else:      usage()  | 
