mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed typo in ppa upload script
This commit is contained in:
parent
581c11dd8a
commit
f370f59c42
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
for i in `ls retroshare.6.2-1.*.changes` ; do
|
||||
for i in `ls retroshare_0.6.3-1.*.changes` ; do
|
||||
dput ppa:retroshare/unstable $i
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user