eli02 commited on
Commit
dd010bf
·
1 Parent(s): 1d4e0ad

update: Reform.

Browse files
Files changed (1) hide show
  1. utility.py +1 -1
utility.py CHANGED
@@ -26,7 +26,7 @@ def retrieve_secrets(
26
 
27
  def main():
28
  parser = argparse.ArgumentParser(description='Retrieve secrets from a file.')
29
- parser.add_argument('--file-path', type=str, default="../.ssh/lab_access.txt", help='Path to the secrets file')
30
  parser.add_argument('--secret-from', type=str, default="Hugging Face Authentication", help='Source of the secret')
31
  parser.add_argument('--access-type', type=str, default="write", help='Type of access')
32
 
 
26
 
27
  def main():
28
  parser = argparse.ArgumentParser(description='Retrieve secrets from a file.')
29
+ parser.add_argument('--file-path', type=str, default="/home/el02/.ssh/lab_access.txt", help='Path to the secrets file')
30
  parser.add_argument('--secret-from', type=str, default="Hugging Face Authentication", help='Source of the secret')
31
  parser.add_argument('--access-type', type=str, default="write", help='Type of access')
32