From c13d5b1f56bdfcebdf131c1ce0198e0c35135838 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Tue, 30 Apr 2013 13:14:08 +0200 Subject: [PATCH] get correct image --- installit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installit b/installit index 2389b00..0a0bc74 100755 --- a/installit +++ b/installit @@ -59,7 +59,7 @@ if [ ! -f ./glyphicons-halflings.png ]; then curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/img/glyphicons-halflings.png fi if [ ! -f ./glyphicons-halflings-white.png ]; then - curl -O http://prototyper.aiko.local:8000/lib/img/glyphicons-halflings-white.png + curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/img/glyphicons-halflings-white.png fi cd ${current_dir}