This website works better with JavaScript.
Home
Explore
Help
Sign In
KSP
/
graf-uloh
Watch
24
Star
1
Fork
0
Code
Issues
20
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixup!
undefined
Martin Mareš
4 months ago
parent
17439dfb4a
commit
26d008150f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frontend/tools/deploy
+ 1
- 1
frontend/tools/deploy
View File
@@ -99,7 +99,7 @@ ssh -t $REMOTE_LOGIN "
fi
}
trap install_unlock SIGINT SIGHUP EXIT
if [ -d src ] ; then
if [ -d
kurz-
src ] ; then
echo '## Updating from repository'
( cd kurz-src && git fetch )
else