We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1701c0a commit ab72a41Copy full SHA for ab72a41
bin/po
@@ -69,10 +69,11 @@ if [ "$1" == "config" ]; then
69
fi
70
71
# Check if we have a saved settings file. If not, create it.
72
+# Use defaults: develop duo no
73
if [ ! -f "$SETTINGS" ]; then
- echo
74
- blue_echo "Your \"$SETTINGS\" configuration file is missing. Let's create it!"
75
- config
+ # echo
+ # blue_echo "Your \"$SETTINGS\" configuration file is missing. Let's create it!"
76
+ config "develop"
77
78
79
# Import our overrides from the ~/.po-util/config file.
0 commit comments