diff options
| author | 2020-05-24 09:02:02 -0400 | |
|---|---|---|
| committer | 2020-05-24 09:02:02 -0400 | |
| commit | f222ce65109126c1ffa49ab81eeac2c1485bcd01 (patch) | |
| tree | 743dec42b5e0980d058dc0420846e63e1573511d /dot_anypaste-plugins | |
| parent | add starship config (diff) | |
fix typo in anyminio
Diffstat (limited to '')
| -rw-r--r-- | dot_anypaste-plugins/executable_anyminio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_anypaste-plugins/executable_anyminio b/dot_anypaste-plugins/executable_anyminio index b89dbe2..173369b 100644 --- a/dot_anypaste-plugins/executable_anyminio +++ b/dot_anypaste-plugins/executable_anyminio @@ -12,7 +12,7 @@ case $1 in "$anyminio_cli" cp "$ap_path" "$path" || { echo 'ERROR: Upload failed!' >&2; exit 1; } url=$($anyminio_cli ls --json "$path" | jq -r .url) || - {echo 'ERROR: Fetching object information failed!' >&2; exit 2; } + { echo 'ERROR: Fetching object information failed!' >&2; exit 2; } echo echo "Link: $url" |
