We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3520326 commit 71322f7Copy full SHA for 71322f7
1 file changed
install.sh
@@ -13,7 +13,7 @@ rename() {
13
fi
14
filename=$(ls $2 2>/dev/null)
15
if [ -z "$filename" ]; then
16
- echo "❌ No file matching $3 found."
+ echo "❌ No file matching $2 found."
17
exit 1
18
19
if [ "$3" ]; then
0 commit comments