mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
[fix] change pushd to cd
This commit is contained in:
parent
bf0b5ad36b
commit
003c40c9e8
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ git clone https://github.com/tootsuite/mastodon.git $final_path/live
|
||||||
CLONECOMMANDS
|
CLONECOMMANDS
|
||||||
|
|
||||||
# Switch to tagged release
|
# Switch to tagged release
|
||||||
pushd $final_path/live
|
cd $final_path/live
|
||||||
sudo git checkout $(git tag | tail -n 1)
|
sudo git checkout $(git tag | tail -n 1)
|
||||||
|
|
||||||
# Be king rewind (/var/cache/yunohost/from_file/scripts)
|
# Be king rewind (/var/cache/yunohost/from_file/scripts)
|
||||||
|
|
Loading…
Reference in a new issue