We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbd905 commit 5993179Copy full SHA for 5993179
1 file changed
install
@@ -80,7 +80,7 @@ fi
80
cat << EOF
81
This will install the C++ submodule manager 'cppsm' command by running
82
83
- git clone --quiet $URL "\$HOME/.cppsm"
+ git clone --quiet --single-branch $URL "\$HOME/.cppsm"
84
85
and appending
86
@@ -100,7 +100,7 @@ EOF
100
echo
101
fi
102
103
-if ! git clone --quiet $URL "$HOME/.cppsm"; then
+if ! git clone --quiet --single-branch $URL "$HOME/.cppsm"; then
104
fail << EOF
105
ERROR: Failed to git clone the cppsm-cli.
106
EOF
0 commit comments