From 003c40c9e823b164126b6b18f7f90b9be9b0b5d8 Mon Sep 17 00:00:00 2001 From: nemsia Date: Sun, 30 Apr 2017 00:53:56 +0200 Subject: [PATCH] [fix] change pushd to cd --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 263a8dd..b36c8f2 100644 --- a/scripts/install +++ b/scripts/install @@ -90,7 +90,7 @@ git clone https://github.com/tootsuite/mastodon.git $final_path/live CLONECOMMANDS # Switch to tagged release -pushd $final_path/live +cd $final_path/live sudo git checkout $(git tag | tail -n 1) # Be king rewind (/var/cache/yunohost/from_file/scripts)