Skip to content

Commit 1aa405a

Browse files
committed
2021-09-09 16:16:47
1 parent fea016a commit 1aa405a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ git_push() {
6161

6262
obs_trigger(){
6363
if [[ -z "${OBS_TOKEN}" ]]; then
64-
${curl} curl -H "Authorization: Token ${OBS_TOKEN}" -X POST "https://build.opensuse.org/trigger/runservice?project=${OBS_PROJECT}&package=${OBS_PACKAGE}"
64+
${curl} -H "Authorization: Token ${OBS_TOKEN}" -X POST "https://build.opensuse.org/trigger/runservice?project=${OBS_PROJECT}&package=${OBS_PACKAGE}"
6565
else
6666
echo "OBS_TOKEN not set!"
6767
fi

0 commit comments

Comments
 (0)