Skip to content

Commit

Permalink
Revert "Update extensions/desktop/command-chain-kde/run "
Browse files Browse the repository at this point in the history
This reverts commit 8363306.
  • Loading branch information
ScarlettGatelyMoore committed Dec 24, 2024
1 parent 8a2bce7 commit 8510f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/desktop/command-chain-kde/run
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fi


if [ ! -f "$1" ]; then
>&2 echo "Content snap command-chain for $1 not found: ensure slot is connected"
exit 1
echo "Content snap command-chain for $1 not found: ensure slot is connected"
exit
fi

# emulate "exec $@" using "source"
Expand Down

0 comments on commit 8510f5f

Please sign in to comment.