Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 7fd83fd

Browse files
committed
item template is not in bin folder
1 parent 38074da commit 7fd83fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/op-ssh-create

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fi
113113

114114
op_signin $@
115115

116-
template="$(cat $dirname/itemtemplate.json)"
116+
template="$(cat $dirname/../itemtemplate.json)"
117117
item_data="$(echo "$template" | jq \
118118
--arg ssh_host "$ssh_host" \
119119
--arg ssh_user "$ssh_user" \

0 commit comments

Comments
 (0)