We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e0e3f commit f761bbdCopy full SHA for f761bbd
lib/berkeley_library/sftp_handler/downloader/gobi.rb
@@ -43,7 +43,7 @@ def default_host
43
end
44
45
def default_username
46
- 'berkeley'
+ ENV['LIT_GOBI_USERNAME]'
47
48
49
def ssh_options
lib/berkeley_library/sftp_handler/downloader/lbnl.rb
@@ -35,11 +35,11 @@ def default_host
35
36
37
38
- 'ucblib'
+ ENV['LIT_LBNL_USERNAME']
39
40
41
def default_filename
42
- @default_filename ||= "lbnl_people_#{most_recent_monday.strftime('%Y%m%d')}.zip"
+ @default_filename ||= "#{ENV['LBNL_FILENAME']}_#{most_recent_monday.strftime('%Y%m%d')}.zip"
def most_recent_monday
0 commit comments