Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2011-08-19 16:58:23 +0400
committerJason Perkins <starkos@industriousone.com>2011-08-19 16:58:23 +0400
commit4963e4d3a67a4cee49b192076962a856e6473801 (patch)
treeb403e0a7ffd93934103a4abc65014aa53a956b40 /scripts
parent74706ad18dd4346f6bb52455ea89245e8e66346b (diff)
Fixed typo in release script
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.lua b/scripts/release.lua
index 338d1c6..e686ab9 100644
--- a/scripts/release.lua
+++ b/scripts/release.lua
@@ -63,7 +63,7 @@ function dorelease()
print( "BEFORE RUNNING THIS SCRIPT follow the checklist in RELEASE.txt" )
print( "")
print( "Press [Enter] to begin.")
- io .read()
+ io.read()