Skip to content

Commit ab72a41

Browse files
committed
[skip ci] default to develop branch at 23:22 of 2019-01-09
1 parent 1701c0a commit ab72a41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bin/po

+4-3
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ if [ "$1" == "config" ]; then
6969
fi
7070

7171
# Check if we have a saved settings file. If not, create it.
72+
# Use defaults: develop duo no
7273
if [ ! -f "$SETTINGS" ]; then
73-
echo
74-
blue_echo "Your \"$SETTINGS\" configuration file is missing. Let's create it!"
75-
config
74+
# echo
75+
# blue_echo "Your \"$SETTINGS\" configuration file is missing. Let's create it!"
76+
config "develop"
7677
fi
7778

7879
# Import our overrides from the ~/.po-util/config file.

0 commit comments

Comments
 (0)