Skip to content

Commit 390cfa8

Browse files
author
Frank Natividad
committed
Fix lint
1 parent 6413141 commit 390cfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
} elseif ($input->getOption('delete')) {
491491
delete_hmac_key($accessId, $projectId);
492492
} else {
493-
throw new \Exception(
493+
throw new \Exception(
494494
'You must provide --activate, --deactivate, --get, or --delete with an HMAC key accessId.'
495495
);
496496
}

0 commit comments

Comments
 (0)