Skip to content

Commit ae30d32

Browse files
damonconwaylee-baines
authored andcommitted
Fixing typo in forgeops.conf logic
ref: FORGEOPS-6192
1 parent e33e98e commit ae30d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/forgeops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if [ -n "$FORGEOPS_ROOT" ] ; then
142142
fi
143143

144144
if [ -n "$FORGEOPS_DATA" ] ; then
145-
source_cfg "$FORGEOPS_DATA/forgeops.cfg"
145+
source_cfg "$FORGEOPS_DATA/forgeops.conf"
146146
source_cfg $FORGEOPS_CFG_USER # Make sure the user's settings are paramount
147147
fi
148148

0 commit comments

Comments
 (0)