summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Duthil2017-03-03 15:02:25 -0500
committerSebastien Duthil2017-03-03 15:02:25 -0500
commit0f6df76c9415f2b8c2e174df757e58d7637f5ff6 (patch)
tree13cd06f21cf0718fa10b3bcda9167876072aa2e5
parent2afbe7e32c11d55f5bc5f79bccffc4e098d6401e (diff)
downloadaur-0f6df76c9415f2b8c2e174df757e58d7637f5ff6.tar.gz
fix displayed factorio URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c154bae9bac..53d6211e5496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,7 +88,7 @@ _find_pkgpath_from_dir() {
}
_find_pkgpath_from_input() {
- read -p "Please provide the path to the directory containing ${_gamepkg} (e.g. /home/joe). Leave blank to download from https://factorio.org: " pkgpath
+ read -p "Please provide the path to the directory containing ${_gamepkg} (e.g. /home/joe). Leave blank to download from https://factorio.com: " pkgpath
}
_find_pkgpath_from_download() {