From a535b4d7e771acc702d04689d728b71795a31d47 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" <alau@suse.com> Date: Mon, 23 Oct 2023 12:14:30 +0800 Subject: [PATCH] Fix typo, update-index Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com> --- runner.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 runner.sh diff --git a/runner.sh b/runner.sh old mode 100644 new mode 100755 index face873..e40f6e6 --- a/runner.sh +++ b/runner.sh @@ -1,4 +1,4 @@ -!/bin/sh +#!/bin/sh echo $osc-user $osc-path $osc-package echo $1 $2 $3 @@ -6,4 +6,3 @@ echo $INPUT_OSC-USER $INPUT_OSC-PATH $INPUT_OSC-PACKAGE osc checkout $INPUT_OSC-PATH $INPUT_OSC-PACKAGE osc buildlog openSUSE_Factory x86_64 -