Skip to content

Commit

Permalink
Update content and fix the workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
oneeyedman committed Dec 18, 2022
1 parent 11cff9c commit bad3a71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pasSIVeagGRESSIVEMe
v1.0.0
v1.0.1

AlFREd WorKflOw TO AdD a PassIvE-aGgreSsive tONE tO ANY tEXT aS seeN In [thiS instaGRAM ReeL](https://www.instagram.com/reel/CjBBjejAg1r/?=YmMyMTA2M2Y=)

Expand Down
6 changes: 2 additions & 4 deletions _src/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const TEXT = 'Alfred Workflow to add a passive-aggressive tone to any text as seen in this Instagram reel';
const TEXT = `Alfred Workflow to add a passive-aggressive tone to any text as seen in this Instagram reel`;

function getRandomNumber(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
Expand All @@ -18,6 +18,4 @@ function passiveAggressiveMe(str) {
.join('');
}

console.log(passiveAggressiveMe(TEXT));

alfRed woRKfLOw TO aDD a PASSive-AggrESSIve ToNe to anY teXt aS SEEN iN THiS iNsTaGRAm REEl
console.log(passiveAggressiveMe(TEXT.trim()));
Binary file modified dist/PassiveAggressiveMe.alfredworkflow
Binary file not shown.

0 comments on commit bad3a71

Please sign in to comment.