removed cd

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-10-04 14:39:48 -05:00
parent 6cd6685da4
commit 052d354bbd

View File

@ -374,7 +374,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "#!/bin/bash\n\ncd ../\nsh update.sh\n";
shellScript = "#!/bin/bash\n\nsh update.sh\n";
};
EAF7F0D2289DA44700B287F5 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;