Skip to content

Commit e08d1ad

Browse files
committed
Fix typo in the uploader.sh.erb from a previous commit
1 parent d7c84d5 commit e08d1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/foreman_inventory_upload/scripts/uploader.sh.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
ORG_HEADER=()
3131
if [ -n "$ORG_ID" ]
3232
then
33-
+ ORG_HEADER=("-H" "X-Org-Id: $ORG_ID")
33+
ORG_HEADER=("-H" "X-Org-Id: $ORG_ID")
3434
fi
3535

3636
# /tmp/a b/x.pem

0 commit comments

Comments
 (0)