1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

remove variable

This commit is contained in:
Taylor Otwell
2016-05-11 11:28:04 -05:00
parent 60c9de3746
commit d8d4df6288

1
valet
View File

@@ -1,7 +1,6 @@
#!/usr/bin/env bash
SOURCE="${BASH_SOURCE[0]}"
UPDATER="https://raw.githubusercontent.com/laravel/valet/master/cli/scripts/update.sh"
# If the current source is a symbolic link, we need to resolve it to an
# actual directory name. We'll use PHP to do this easier than we can