Skip to content

Commit e9edd6a

Browse files
Update deployment.sh
typo fixed
1 parent f50947d commit e9edd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ update-rc.d apache2 defaults
1919
echo "### Restarting Apache web server"
2020
service apache2 restart
2121

22-
echo "### Donwloading sqlmap test environment to /var/www"
22+
echo "### Downloading sqlmap test environment to /var/www"
2323
cd /var/www
2424
git clone https://github.com/sqlmapproject/testenv.git sqlmap
2525

0 commit comments

Comments
 (0)