Commit 86c3923 1 parent 2f347f6 commit 86c3923 Copy full SHA for 86c3923
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protocol = git
43
43
required = False
44
44
45
45
[GSI-Monitor]
46
- hash = 8cf16de
46
+ hash = 45783e3
47
47
local_path = sorc/gsi_monitor.fd
48
48
repo_url = https://github.com/NOAA-EMC/GSI-monitor.git
49
49
protocol = git
Original file line number Diff line number Diff line change 170
170
171
171
if [[ ${checkout_gsi} == " YES" || ${checkout_gdas} == " YES" ]]; then
172
172
checkout " gsi_utils.fd" " https://github.com/NOAA-EMC/GSI-Utils.git" " 322cc7b" ; errs=$(( errs + $? ))
173
- checkout " gsi_monitor.fd" " https://github.com/NOAA-EMC/GSI-Monitor.git" " 8cf16de " ; errs=$(( errs + $? ))
173
+ checkout " gsi_monitor.fd" " https://github.com/NOAA-EMC/GSI-Monitor.git" " 45783e3 " ; errs=$(( errs + $? ))
174
174
checkout " gldas.fd" " https://github.com/NOAA-EMC/GLDAS.git" " fd8ba62" ; errs=$(( errs + $? ))
175
175
fi
176
176
You can’t perform that action at this time.
0 commit comments