Rename bin/asciiio.py to bin/asciiio

This commit is contained in:
Marcin Kulik
2012-10-12 17:27:34 +02:00
parent 838d2a3f01
commit f7304d29ff
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
# ascii.io recorder installation script
BIN_NAME="asciiio"
BIN_URL="https://raw.github.com/sickill/ascii.io-cli/master/bin/asciiio.py"
BIN_URL="https://raw.github.com/sickill/ascii.io-cli/master/bin/asciiio"
SUDO=""
if [ -d "$HOME/bin" ] && [[ ":$PATH:" == *":~/bin:"* || ":$PATH:" == *":$HOME/bin:"* ]]; then