Skip to main content
Sign in
Snippets Groups Projects
Commit 8ebcb6f6 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 41006: Fix typo in finished-signing-clean-linux signer

parent a9429aa5
Branches
Tags
1 merge request!843Misc build signing script fixes
......@@ -10,5 +10,5 @@ source "$script_dir/functions"
var_is_defined ssh_host_linux_signer tbb_version
ssh "$ssh_host_linux_signer" 'bash -s' << EOF
test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed"
test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version" ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed"
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment