Skip to content
Snippets Groups Projects
Commit 0cdf475c authored by migu's avatar migu
Browse files

fix mistake in script

parent cbaa4b72
Branches
Tags
1 merge request!7Tagging PDFs before publishing
Pipeline #23724 passed
#!/bin/sh
if [[ $# ne 1 ]]; then
if [[ $# -ne 1 ]]; then
echo expected revision as option >&2
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment